Skip to content

Commit d180e80

Browse files
committed
Fix the CI
1 parent f285d3a commit d180e80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ContinuousIntegration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Install dependencies
2626
run: npm ci
2727
- name: Run tests
28-
run: ./run.ps1 Test
28+
run: ./invoke.ps1 Test

0 commit comments

Comments
 (0)