Skip to content

Commit

Permalink
Merge pull request #2633 from mainmatter/chore-allow-failure-for-embr…
Browse files Browse the repository at this point in the history
…oider-optimized

test(embroider): allow test-app embroider-optimizied to fail
  • Loading branch information
BobrImperator authored Aug 18, 2023
2 parents 989d5bb + 97dba54 commit e6078e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ jobs:
- workspace: test-app
test-suite: "test:one embroider-safe"
allow-failure: false
- workspace: test-app
test-suite: "test:one embroider-optimized"
allow-failure: false

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
Expand Down Expand Up @@ -138,6 +135,9 @@ jobs:
test-suite:
- test:one ember-beta
- test:one ember-canary
include:
- workspace: test-app
test-suite: "test:one embroider-optimized"

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
Expand Down

0 comments on commit e6078e4

Please sign in to comment.