Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Nov 28, 2024
1 parent c810ad6 commit 0e0d6fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0e0d6fc

Please sign in to comment.