Skip to content

Commit 28fd8fa

Browse files
authored
fixing test job
* using sudo to install openssl dependency * creating keys directory before tests
1 parent 320b364 commit 28fd8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npx standard
1919

2020
- name: Install OpenSSL
21-
run: apt-get update && apt-get install openssl
21+
run: sudo apt-get update && sudo apt-get install openssl
2222

2323
- name: Run tests
24-
run: npm run test
24+
run: mkdir -p keys && npm run test

0 commit comments

Comments
 (0)