Skip to content

Commit

Permalink
Fix: Stopping the relay in the local node.
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Feb 12, 2024
1 parent 7a754b0 commit 3786617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:
- name: Build Typescript
run: npx lerna run build

- name: Install dependencies
run: npm ci

# This step is required to avoid "HardhatFoundryError: Couldn't run `forge`"
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -78,6 +75,9 @@ jobs:
run: npx hedera start -d --network-tag=${{inputs.networkTag}} --mirror-tag=${{inputs.mirrorTag}} --verbose=trace
timeout-minutes: 5

- name: Stop relay
run: docker stop json-rpc-relay json-rpc-relay-ws

- name: Run the test in ${{ inputs.testfilter }}
run: npm run acceptancetest:${{ inputs.testfilter }}

Expand Down

0 comments on commit 3786617

Please sign in to comment.