Skip to content

Commit

Permalink
Fix integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Aug 13, 2024
1 parent eeaf7a4 commit 152ff70
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 @@ -29,5 +29,5 @@ jobs:
- 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: pytest --backend-tests
- run: python -m pytest --backend-tests
- run: docker-compose -f tests/docker-compose-file-writer.yml down

0 comments on commit 152ff70

Please sign in to comment.