Rename quality parameter #823
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CVAT Exchange Oracle Tests | |
on: | |
push: | |
paths: | |
- 'packages/examples/cvat/exchange-oracle/**' | |
- 'packages/sdk/python/human-protocol-sdk/**' | |
jobs: | |
cvat-exo-test: | |
name: CVAT Test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: CVAT Exchange Oracle tests | |
working-directory: ./packages/examples/cvat/exchange-oracle | |
run: docker compose -f docker-compose.test.yml up --attach test --exit-code-from test |