Skip to content

Commit 14bc0a4

Browse files
Tests tunes
1 parent dea348d commit 14bc0a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-on-tag.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ defaults:
1515
shell: bash
1616

1717
jobs:
18-
test-and-publish:
19-
name: Test and publish package
18+
publish:
19+
name: Publish package
2020
runs-on: ubuntu-latest
2121
permissions:
2222
contents: read
@@ -38,9 +38,6 @@ jobs:
3838
- name: Build TypeScript
3939
run: npm run build
4040

41-
- name: Run tests
42-
run: npm test
43-
4441
- name: Publish to npm
4542
env:
4643
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/tests-on-pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@ jobs:
2929
- name: Build TypeScript
3030
run: npm run build
3131

32+
- name: Download test fixtures
33+
run: bash tests/fixtures/download.sh
34+
3235
- name: Run tests
3336
run: npm test

0 commit comments

Comments
 (0)