Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
portuu3 committed Feb 20, 2025
1 parent 2db692b commit abfd98d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-test-cvat-recording-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
- 'packages/core/**'

jobs:
cvat-exo-test:
cvat-reco-test:
name: CVAT Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run blockchain node
working-directory: ./packages/examples/cvat/recording-oracle
run: docker compose -f docker-compose.test.yml up -d blockchain-node && sleep 10s && docker compose -f docker-compose.test.yml logs blockchain-node
- name: CVAT Recording Oracle tests
working-directory: ./packages/examples/cvat/recording-oracle
run: docker compose -f docker-compose.test.yml up --attach test --exit-code-from test
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"verify": "hardhat verify",
"test": "hardhat test",
"test:coverage": "hardhat coverage",
"local": "concurrently --hide 0 \"hardhat node --hostname 0.0.0.0\" \"yarn deploy:local\"",
"local": "concurrently \"hardhat node --hostname 0.0.0.0\" \"yarn deploy:local\"",
"deploy": "hardhat run scripts/deploy.ts",
"deploy:local": "yarn deploy --network localhost",
"deploy:proxy": "hardhat run scripts/deploy-proxies.ts",
Expand Down

0 comments on commit abfd98d

Please sign in to comment.