Skip to content

Commit

Permalink
Fix command in the github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Nov 4, 2024
1 parent 88cd60d commit 02da5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- run: validate_ingestor_config resources/config.sample.json
- run: docker-compose version
- run: docker-compose -f tests/docker-compose-file-writer.yml up -d
- run: python tests/_scicat_ingestor.py -c resources/config.sample.json --verbose
- run: python tests/_scicat_ingestor.py -c resources/config.sample.json --logging.verbose
- run: docker-compose -f tests/docker-compose-file-writer.yml down

0 comments on commit 02da5c0

Please sign in to comment.