Skip to content

Commit

Permalink
ci: running image in background
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Mar 18, 2024
1 parent 0b99ec1 commit b09c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: fdp-play start -d --bee-version $BEE_VERSION

- name: Run fdp-contracts
run: docker run -p 8545:9545 fairdatasociety/fdp-contracts-blockchain:latest
run: docker run -d -p 8545:9545 fairdatasociety/fdp-contracts-blockchain:latest

## Try getting the node modules from cache, if failed npm ci
- uses: actions/cache@v3
Expand Down

0 comments on commit b09c9a1

Please sign in to comment.