Skip to content

Commit

Permalink
fix: allow deploy with failed browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Apr 30, 2020
1 parent c830f08 commit 1103652
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ jobs:
needs:
- Lint
- Test_Unit
- Test_Browser_Ubuntu
- Test_Browser_Windows
- Build

if: github.ref == 'refs/heads/master'
Expand Down Expand Up @@ -190,8 +188,6 @@ jobs:
needs:
- Lint
- Test_Unit
- Test_Browser_Ubuntu
- Test_Browser_Windows
- Build

if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 1103652

Please sign in to comment.