Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
polomarcus committed Feb 12, 2025
1 parent 5bfd7b5 commit b2ef5cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,13 @@ jobs:

- name: docker compose up nginx
run: docker compose up -d nginxtest

- name: pytest dbt models
run: |
set -o pipefail
source .venv/bin/activate
poetry run pytest my_dbt_project/pytest_tests\
run: |
set -o pipefail
source .venv/bin/activate
poetry run pytest my_dbt_project/pytest_tests\
- name: pytest run everything else
run: |
set -o pipefail
Expand Down

0 comments on commit b2ef5cf

Please sign in to comment.