This commit is contained in:
Ibrahima G. Coulibaly
2024-06-28 16:26:17 +01:00
parent 7bd8e4a349
commit 8ce2b5a599

View File

@@ -53,7 +53,7 @@ jobs:
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
needs: needs:
- test-and-build - test-and-build
- playwright - e2e-test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code