Skip to content

Commit

Permalink
ci: fix typo in C2 e2e jobs (#6036)
Browse files Browse the repository at this point in the history
* ci: fix typo in C2 e2e jobs

* ci: remove redundant quarantine mode from c3 dependabot job
  • Loading branch information
petebacondarwin authored Jun 14, 2024
1 parent 48a5bde commit 3c6373c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/c3-e2e-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Note: please keep this job in sync with the e2e one
#  in .github/workflows/c3-e2e.yml
needs: [get-dependabot-bumped-framework]
name: ${{ format('Run tests for {0}@{1} on $2', matrix.pm.name, matrix.pm.version, matrix.os) }}
name: ${{ format('Run tests for {0}@{1} on {2}', matrix.pm.name, matrix.pm.version, matrix.os) }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -79,15 +79,3 @@ jobs:
accountId: ${{ secrets.C3_TEST_CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.C3_TEST_CLOUDFLARE_API_TOKEN }}
saveDiffs: false
quarantine: false

- name: E2E Tests (quarantined)
uses: ./.github/actions/run-c3-e2e
with:
packageManager: ${{ matrix.pm.name }}
packageManagerVersion: ${{ matrix.pm.version }}
framework: ${{ needs.get-dependabot-bumped-framework.outputs.bumped-framework-cli }}
accountId: ${{ secrets.C3_TEST_CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.C3_TEST_CLOUDFLARE_API_TOKEN }}
saveDiffs: false
quarantine: true

0 comments on commit 3c6373c

Please sign in to comment.