Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Mar 5, 2024
1 parent c83104e commit bead027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run tests with pytest
run: >
docker run
--name biproject
--name cern-sis/biproject
--network=host
-v "$(pwd)"/biproject:/opt/airflow/tests
--entrypoint pytest biproject /opt/airflow/tests
-v "$(pwd)"/cern-sis/biproject:/opt/airflow/tests
--entrypoint pytest cern-sis/biproject /opt/airflow/tests

0 comments on commit bead027

Please sign in to comment.