Skip to content

Commit

Permalink
fix if condition in seth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 26, 2024
1 parent 74c0cf2 commit 5219da7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/seth-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
run: |
nix develop -c make lint
1 change: 1 addition & 0 deletions .github/workflows/seth-test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
env:
SETH_NETWORK: ${{ matrix.network }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/seth-test-bumping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
env:
SETH_NETWORK: ${{ matrix.network }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/seth-test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
env:
SETH_NETWORK: ${{ matrix.network }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/seth-test-decode-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
env:
SETH_NETWORK: ${{ matrix.network }}
SETH_ROOT_PRIVATE_KEY: ${{ secrets.TESTNET_COMMON_KEYS }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/seth-test-decode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
env:
SETH_NETWORK: ${{ matrix.network }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/seth-test-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
env:
SETH_NETWORK: ${{ matrix.network }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/seth-test-trace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
env:
SETH_NETWORK: ${{ matrix.network }}
run: |
Expand Down

0 comments on commit 5219da7

Please sign in to comment.