mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-25 16:44:12 +00:00
re-run integration tests in CI if they fail
This prevents the CI job from having to restart the entire job.
This commit is contained in:
parent
309d7f6e8a
commit
efd75c1abb
6
.github/workflows/integration-tests.yml
vendored
6
.github/workflows/integration-tests.yml
vendored
@ -105,7 +105,11 @@ jobs:
|
||||
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'
|
||||
|
||||
- name: Test ${{ matrix.integration }}
|
||||
run: pnpm run test:integrations ./integrations/${{ matrix.integration }}
|
||||
run: |
|
||||
pnpm run test:integrations ./integrations/${{ matrix.integration }}
|
||||
|| pnpm run test:integrations ./integrations/${{ matrix.integration }}
|
||||
|| pnpm run test:integrations ./integrations/${{ matrix.integration }}
|
||||
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user