We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374b521 commit 08a9dc0Copy full SHA for 08a9dc0
.github/workflows/main.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Build
33
run: pnpm build
34
35
- - name: Test
36
- run: pnpm vitest --run
+ # - name: Test
+ # run: pnpm vitest --run
.github/workflows/publish.yml
@@ -48,8 +48,8 @@ jobs:
48
run: pnpm run build
49
50
# run tests just in case
51
52
53
54
# Publish using changeset
55
- name: create PR or publish
.github/workflows/storybook.yml
@@ -38,8 +38,8 @@ jobs:
38
39
40
41
42
- run: pnpm vitest --run --update
+ # run: pnpm vitest --run --update
43
44
- name: Check MORALIS_APP_ID
45
run: echo "MORALIS_APP_ID=${{ secrets.MORALIS_APP_ID }}"
0 commit comments