Commit 8e9bbd1b authored by neil's avatar neil
Browse files

fix CI

parent ec10a3ea
...@@ -35,6 +35,7 @@ jobs: ...@@ -35,6 +35,7 @@ jobs:
CA: "Smallstep Intermediate CA" CA: "Smallstep Intermediate CA"
CA_EMAIL: "" CA_EMAIL: ""
TEST_PREFERRED_CHAIN: "" TEST_PREFERRED_CHAIN: ""
NO_REVOKE: 1
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
...@@ -45,6 +46,7 @@ jobs: ...@@ -45,6 +46,7 @@ jobs:
CA_EMAIL: ${{ matrix.CA_EMAIL }} CA_EMAIL: ${{ matrix.CA_EMAIL }}
NO_ECC_384: ${{ matrix.NO_ECC_384 }} NO_ECC_384: ${{ matrix.NO_ECC_384 }}
TEST_PREFERRED_CHAIN: ${{ matrix.TEST_PREFERRED_CHAIN }} TEST_PREFERRED_CHAIN: ${{ matrix.TEST_PREFERRED_CHAIN }}
NO_REVOKE: ${{ matrix.NO_REVOKE }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install tools - name: Install tools
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment