Skip to content

Commit

Permalink
fix allow failure implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 13, 2024
1 parent 5434dd4 commit 2f8684a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,18 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Test
id: test
env:
EMBER_TRY_SCENARIO: ${{ matrix.ember-try-scenario }}
run: pnpm ember try:one $EMBER_TRY_SCENARIO
continue-on-error: ${{ matrix.allow-failure }}
- uses: mainmatter/continue-on-error-comment@v1
if: ${{ matrix.allow-failure }}
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
outcome: ${{ steps.test.outcome }}
test-id: ${{ matrix.ember-try-scenario }}


floating-dependencies:
name: Floating Dependencies
Expand Down

0 comments on commit 2f8684a

Please sign in to comment.