Skip to content

Commit 1ee2096

Browse files
committed
Add config name
1 parent ba21b94 commit 1ee2096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cp config/ci.config.json config/project.json
2929
yarn
3030
- name: Check if tests needed
31-
run: yarn ts-node-script scripts/ci-test/has_changed.ts
31+
run: yarn ts-node-script scripts/ci-test/has_changed.ts auth
3232
id: check-tests-needed
3333
- name: build
3434
if: ${{steps.check-tests-needed.outputs.NEEDS_TESTS}}

0 commit comments

Comments
 (0)