Skip to content

Commit

Permalink
Merge pull request #64 from airtai/fix-wasp-version
Browse files Browse the repository at this point in the history
Fix wasp version
  • Loading branch information
harishmohanraj authored Jul 18, 2024
2 parents e3a916a + f48ec1e commit 29f3b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Install wasp
run: |
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2
echo "$HOME/.wasp/bin" >> $GITHUB_PATH
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

- name: Install wasp
run: |
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2
echo "$HOME/.wasp/bin" >> $GITHUB_PATH
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 20

- name: Install wasp
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v 0.13.2

- name: Run client tests
run: cd app && wasp test client run --silent
Expand Down

0 comments on commit 29f3b5d

Please sign in to comment.