Skip to content

Commit

Permalink
edge-testnet - PR check - run as faked snap
Browse files Browse the repository at this point in the history
If we populate SNAP-environment variable, it will run as it runs
in a snap.
  • Loading branch information
JanneKiiskila committed Apr 30, 2024
1 parent 15bcb37 commit 3e74d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- uses: actions/checkout@v3
- name: Run edge-testnet
run: fw-tools/edge-testnet
- name: Run edge-testnet as fake snap
run: SNAP=snap fw-tools/edge-testnet

versions-check:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 3e74d98

Please sign in to comment.