Skip to content

Commit

Permalink
added dags
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Mar 5, 2024
1 parent 46d7ca7 commit 4997104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.10.11
- name: List files in the repository
run: ls -lah
- name: pwd
run: pwd
- name: printenv
run: printenv

- name: Build Image
id: build
Expand All @@ -46,7 +40,6 @@ jobs:
--name biproject
--network=host
-v "$(pwd)"/tests:/opt/airflow/tests
-v "$(pwd)"/data:/opt/airflow/data
--entrypoint pytest
$REGISTRY/$IMAGE@${{ steps.build.outputs.image-digest }}
tests
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_test_dag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from example_dag.example_dag import fetch, pull
from dags.example_dag.example_dag import fetch, pull


def test_test_dag_fetch():
Expand Down

0 comments on commit 4997104

Please sign in to comment.