Skip to content

Commit

Permalink
fix(workflow): add needs on preproduction for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Feb 27, 2024
1 parent f59cc0c commit 84fd34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preproduction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
e2e:
name: End-to-end testing
runs-on: ubuntu-latest
needs: [socialgouv]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 84fd34c

Please sign in to comment.