Skip to content

Commit

Permalink
attempt to fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen authored Oct 9, 2023
1 parent 76181e5 commit f5c1b74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
curl -o- -L https://yarnpkg.com/install.sh | bash -s
echo "$HOME/.yarn/bin" >> $GITHUB_PATH
- name: Install dependencies
run: yarn

- name: Start Docker services
run: |
docker run -d -p 7845:7845 --name aergosvr aergo/node:2.2 aergosvr --config /aergo/testmode.toml
Expand Down

0 comments on commit f5c1b74

Please sign in to comment.