We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c2eda commit c5d8ca9Copy full SHA for c5d8ca9
.github/workflows/test-slow.yml
@@ -26,13 +26,13 @@ jobs:
26
runs-on: ubuntu-24.04
27
needs: ['setup-node']
28
steps:
29
- - run: cd ${GITHUB_ACTION_PATH}; npm run test:big
+ - run: cd ${{github.action_path}}; npm run test:big
30
acvp:
31
name: Tests against slow ACVP vectors
32
33
34
35
- - run: cd ${GITHUB_ACTION_PATH}; npm run test:acvp
+ - run: cd ${{github.action_path}}; npm run test:acvp
36
dos:
37
name: Test for DoS
38
runs-on: ubuntu-latest
0 commit comments