We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cae99d commit f8837caCopy full SHA for f8837ca
.github/workflows/e2e-tests.yml
@@ -29,8 +29,16 @@ jobs:
29
- name: Docker setup
30
uses: docker/setup-buildx-action@v3
31
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
+
38
- name: Install Wasp
- 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
42
43
- name: Cache global node modules
44
uses: actions/cache@v4
0 commit comments