Skip to content

Commit f8837ca

Browse files
committed
Link to main
1 parent 5cae99d commit f8837ca

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,16 @@ jobs:
2929
- name: Docker setup
3030
uses: docker/setup-buildx-action@v3
3131

32+
- name: Download Wasp build artifacts from linked PR
33+
uses: wasp-lang/wasp/.github/actions/fetch-nightly-cli@main
34+
with:
35+
output-dir: ${{ runner.temp }}/wasp-cli
36+
branch: main
37+
3238
- name: Install Wasp
33-
run: curl -sSL https://get.wasp.sh/installer.sh | sh -s -- -v ${{ env.WASP_VERSION }}
39+
run: >
40+
curl -sSL https://get.wasp.sh/installer.sh
41+
| sh -s -- -f ${{ runner.temp }}/wasp-cli/wasp-*.tar.gz
3442
3543
- name: Cache global node modules
3644
uses: actions/cache@v4

0 commit comments

Comments
 (0)