Skip to content

Commit c5d8ca9

Browse files
committed
ci
1 parent a8c2eda commit c5d8ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-slow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
runs-on: ubuntu-24.04
2727
needs: ['setup-node']
2828
steps:
29-
- run: cd ${GITHUB_ACTION_PATH}; npm run test:big
29+
- run: cd ${{github.action_path}}; npm run test:big
3030
acvp:
3131
name: Tests against slow ACVP vectors
3232
runs-on: ubuntu-24.04
3333
needs: ['setup-node']
3434
steps:
35-
- run: cd ${GITHUB_ACTION_PATH}; npm run test:acvp
35+
- run: cd ${{github.action_path}}; npm run test:acvp
3636
dos:
3737
name: Test for DoS
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)