Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Jan 27, 2025
1 parent 60f1be1 commit 888e1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
- name: tests
# this works, but the problem it makes it look like that 125 tests are passed, when in practice
# only the filtered tests passed, and the others are "fake green"
if: $$ {{ (matrix.el_name == 'besu' || matrix.el_name == 'erigon') && matrix.cl_name == matrix.validator_name && matrix.cl_name == 'nimbus-eth2' }}
if: ${{ (matrix.el_name == 'besu' || matrix.el_name == 'erigon') && matrix.cl_name == matrix.validator_name && matrix.cl_name == 'nimbus-eth2' }}
uses: ./network-tests
with:
network: regtest
Expand Down

0 comments on commit 888e1c4

Please sign in to comment.