We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cca38 commit d0a757cCopy full SHA for d0a757c
.github/workflows/ContinuousIntegration.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: npm ci
21
- name: Run tests
22
- run: ./run.ps1 Test
+ run: ./invoke.ps1 Test
23
run:
24
needs: test
25
runs-on: ${{matrix.platform}}
0 commit comments