Skip to content

Commit

Permalink
fix: force CI to use staging relays
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Jul 29, 2024
1 parent 50e1ecf commit 4164ac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
IROH_FORCE_STAGING_RELAYS: "1"

jobs:
build_and_test_nix:
name: Build and test
Expand Down

0 comments on commit 4164ac8

Please sign in to comment.