Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 25, 2024
1 parent 389964c commit 5d6343b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ jobs:
run: make pytest
continue-on-error: true

- name: Run tests
run: make pytest
continue-on-error: true

- name: Run tests
run: make pytest
continue-on-error: true

- name: Run tests
run: make pytest
continue-on-error: true

- name: Run tests
run: make pytest
continue-on-error: true

- name: Run BDD tests
run: make bdd

Expand Down

0 comments on commit 5d6343b

Please sign in to comment.