Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 25, 2021
1 parent 16dcc52 commit b175fac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yaml
Expand Up @@ -221,6 +221,8 @@ jobs:
env:
CONFDIR: /home/runner/work/ogmios/ogmios/server/config/network/${{ matrix.network }}
run: |
mkdir -p ../../server/ipc
docker pull inputoutput/cardano-node:${{ matrix.cardanoNodeVersion }}
docker run -d --name cardano-node \
-v ${{ runner.temp }}/db-${{ matrix.network }}:/db \
Expand All @@ -230,7 +232,7 @@ jobs:
inputoutput/cardano-node:${{ matrix.cardanoNodeVersion }} run --config /config/config.json --database-path /db --socket-path /ipc/node.socket --topology /config/topology.json
chmod +x ../../server/ogmios
../../server/ogmios --port 1338 --log-level error --node-socket ../../server/ipc/node.socket --node-config $CONFDIR/cardano-node/config.json &
../../server/ogmios --port 1338 --node-socket ../../server/ipc/node.socket --node-config $CONFDIR/cardano-node/config.json &
../../scripts/wait-for-sync.sh 1338 1
yarn test
Expand Down

0 comments on commit b175fac

Please sign in to comment.