Skip to content

Commit

Permalink
Generate private key in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Jan 14, 2024
1 parent 05d3e1e commit 6501e88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Generate private key
run: openssl ecparam -name prime256v1 -genkey -noout -out ecdsa-p256-private.pem

- name: Run tests
run: yarn test

0 comments on commit 6501e88

Please sign in to comment.