Skip to content

Commit

Permalink
Allow test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudboon committed Feb 14, 2020
1 parent 05904af commit c7b5bf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ jobs:
vendor/bin/codecept build
- name: Run unit tests
continue-on-error: true #remove after bug fix #14763
run: vendor/bin/codecept run --ext DotReporter unit

- name: Run cli tests
Expand Down Expand Up @@ -527,7 +526,6 @@ jobs:
vendor/bin/codecept build
- name: Run unit tests
continue-on-error: true #remove after bug fix #14763
run: vendor/bin/codecept run --ext DotReporter unit

- name: Run cli tests
Expand Down

0 comments on commit c7b5bf9

Please sign in to comment.