Skip to content

Commit

Permalink
name of image biproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Mar 5, 2024
1 parent 6199c0f commit c83104e
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 @@ -34,10 +34,10 @@ jobs:
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}

- name: Run tests with pytest and generate report
- name: Run tests with pytest
run: >
docker run
--name biproject
--network=host
-v "$(pwd)"/tests:/opt/airflow/tests
--entrypoint pytest test /opt/airflow/tests
-v "$(pwd)"/biproject:/opt/airflow/tests
--entrypoint pytest biproject /opt/airflow/tests

0 comments on commit c83104e

Please sign in to comment.