Skip to content

Commit e80547c

Browse files
committed
Generate private key in test workflow
1 parent 291db08 commit e80547c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
- name: Install dependencies
1919
run: yarn install --frozen-lockfile
2020

21+
- name: Generate private key
22+
run: openssl ecparam -name prime256v1 -genkey -noout -out ecdsa-p256-private.pem
23+
2124
- name: Run tests
2225
run: yarn test

0 commit comments

Comments
 (0)