Skip to content

Commit

Permalink
remove intended error, and enable unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvatt committed Oct 20, 2023
1 parent b2c13b9 commit ee9f01a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
- integration-tests

jobs:
# unit-tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v4
# with:
# python-version: 3.11
# - run: pip3 install poetry
# - run: poetry install --with test
# - run: poetry run pytest
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip3 install poetry
- run: poetry install --with test
- run: poetry run pytest

integration-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions dags/notebooks/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
with open("myfile.json") as f:
data = f.read()

print(1/0)

print("fil:", data)

0 comments on commit ee9f01a

Please sign in to comment.