Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 28, 2024
1 parent c2f2ff5 commit 312ff69
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ jobs:
# Some of the test environments, the pessimistic envs, require the SP1 private key.
# This check makes sure that such environments will be tested only if the necessary secrets
# are available, preventing failures on pull requests from forked repositories.
if: >
${{
!contains(matrix.e2e-group, 'pessimistic') ||
(contains(matrix.e2e-group, 'pessimistic') && secrets.SP1_PRIVATE_KEY)
}}
if: ${{ !contains(matrix.e2e-group, 'pessimistic') || (contains(matrix.e2e-group, 'pessimistic') && secrets.SP1_PRIVATE_KEY) }}
env:
KURTOSIS_FOLDER: ${{ github.workspace }}
BATS_LIB_PATH: /usr/lib/
Expand Down

0 comments on commit 312ff69

Please sign in to comment.