Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Dec 25, 2023
1 parent bae0152 commit 3422906
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 32 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,15 @@ jobs:

- name: Run Compose
run: |
docker-compose -f integration_tests/docker-compose.yaml up
docker-compose -f integration_tests/network/docker-compose.yaml up -d --wait
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18

- name: Run Tests
run: |
cd integration_tests
yarn install
yarn test
54 changes: 23 additions & 31 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"license": "MIT",
"private": false,
"scripts": {
"postinstall": "hardhat compile",
"test": "yarn mocha --exit",
"generate:accounts": "ts-node scripts/generate-account.ts"
},
Expand Down

0 comments on commit 3422906

Please sign in to comment.