Skip to content

Commit

Permalink
chore: comment tests for testing purpose only
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Sep 25, 2023
1 parent 4cbd0ff commit 5a72355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node version and cache dependencies
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
cache: "yarn"

- name: Install WASM toolchain
Expand Down Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Build the SDK
run: yarn build

- name: Run tests
run: yarn test
# - name: Run tests
# run: yarn test

- name: create dry run release
run: npx semantic-release --dry-run
Expand Down

0 comments on commit 5a72355

Please sign in to comment.