Skip to content

Commit

Permalink
fix: download test data in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
olastor committed Mar 10, 2023
1 parent c3b9aa2 commit 018d15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: ./download-testdata.sh
- run: npm test
- run: npm run lint

Expand Down

0 comments on commit 018d15c

Please sign in to comment.