Skip to content

Commit 06fafcf

Browse files
committed
re-enable tests
were removed under the wrong assumption they were being run elsewhere in CI
1 parent 0a80943 commit 06fafcf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/authzed-node.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- package.json
2929
- js-dist/package.json
3030
test:
31-
name: Lint
31+
name: Lint and Test
3232
runs-on: "buildjet-2vcpu-ubuntu-2204"
3333
strategy:
3434
matrix:
@@ -51,6 +51,9 @@ jobs:
5151
- name: Run lint
5252
run: CI=true yarn lint
5353
working-directory: ./
54+
- name: Run Yarn tests
55+
run: CI=true yarn only-run-tests
56+
working-directory: ./
5457
publish-npm:
5558
name: Publish to NPM
5659
needs:

0 commit comments

Comments
 (0)