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 291db08 commit e80547cCopy full SHA for e80547c
.github/workflows/test.yml
@@ -18,5 +18,8 @@ jobs:
18
- name: Install dependencies
19
run: yarn install --frozen-lockfile
20
21
+ - name: Generate private key
22
+ run: openssl ecparam -name prime256v1 -genkey -noout -out ecdsa-p256-private.pem
23
+
24
- name: Run tests
25
run: yarn test
0 commit comments