Skip to content

Commit d0a757c

Browse files
committed
Fix the CI
1 parent 22cca38 commit d0a757c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ContinuousIntegration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Run tests
22-
run: ./run.ps1 Test
22+
run: ./invoke.ps1 Test
2323
run:
2424
needs: test
2525
runs-on: ${{matrix.platform}}

0 commit comments

Comments
 (0)