Skip to content

Commit

Permalink
chore: always publish artifact when unit tests pass
Browse files Browse the repository at this point in the history
The e2e tests can depend on upstream behavior that is not live, so we
should still publish so that upstream behavior can be tested on a build
artifact.
  • Loading branch information
cbarton committed Oct 4, 2024
1 parent cf628f5 commit d1fa962
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ jobs:
- check
- unit_test
- unit_test_remote
- e2e_test
- integration_test
steps:
- uses: actions/checkout@v3
- uses: browser-actions/setup-chrome@v1
Expand Down

0 comments on commit d1fa962

Please sign in to comment.