From 8ce2b5a59923fadeef7b71532ce014846bd28630 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Fri, 28 Jun 2024 16:26:17 +0100 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1226bb8..c062fe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: if: github.ref == 'refs/heads/main' needs: - test-and-build - - playwright + - e2e-test runs-on: ubuntu-latest steps: - name: Checkout code