From 0e0d6fcd6a2f47c1c884c9d78c89fcb250160c9e Mon Sep 17 00:00:00 2001 From: Mihovil Ilakovac Date: Thu, 28 Nov 2024 15:43:14 +0100 Subject: [PATCH] Test 2 --- .github/workflows/e2e-tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 654bbe7..84d724d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -30,7 +30,10 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Install Wasp - run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v ${{ env.WASP_VERSION }} + run: | + curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v ${{ env.WASP_VERSION }} + # Need to Act to run + export PATH=$PATH:/root/.local/bin - name: Cache global node modules uses: actions/cache@v4 @@ -101,5 +104,5 @@ jobs: with: include-hidden-files: true name: playwright-report - path: ./e2e-tests/test-results/**/*.zip + path: ./e2e-tests/test-results retention-days: 30