Skip to content

Commit

Permalink
rebase on trunk
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Savintsev <[email protected]>
  • Loading branch information
dmitris committed Jun 19, 2024
1 parent ee2d2a7 commit f3d55a8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ jobs:
- name: Run pkcs11 end-to-end tests
shell: bash
run: ./test/e2e_test_pkcs11.sh
<<<<<<< HEAD

- name: Run e2e_tsa_certbundle.sh
shell: bash
run: make && PATH="$PWD:$PATH" ./test/e2e_tsa_certbundle.sh

e2e-kms:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -216,10 +219,3 @@ jobs:
- name: Collect diagnostics
if: ${{ failure() }}
uses: chainguard-dev/actions/kind-diag@84c993eaf02da1c325854fb272a4df9184bd80fc # main
||||||| parent of 83ab01aa (add functional tests for --ca-roots flag)
=======

- name: Run e2e_tsa_certbundle.sh
shell: bash
run: make && PATH="$PWD:$PATH" ./test/e2e_tsa_certbundle.sh
>>>>>>> 83ab01aa (add functional tests for --ca-roots flag)

0 comments on commit f3d55a8

Please sign in to comment.