force e2e only after build-libs, lint, unit-tests (#8136)

This commit is contained in:
Marco Carrozzo 2023-01-12 17:22:55 +01:00 committed by GitHub
parent f654fdf008
commit 0b9fb82de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ jobs:
e2e-storybook:
timeout-minutes: 20
name: "e2e: storybook"
needs: [build-libs]
needs: [build-libs, lint, unit-tests]
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@ -172,7 +172,7 @@ jobs:
e2e:
timeout-minutes: 90
name: "e2e: ${{ matrix.e2e-test.description }}"
needs: [build-libs]
needs: [build-libs, lint, unit-tests]
runs-on: ubuntu-22.04
strategy:
fail-fast: false