Skip to content

Commit f6d6aa7

Browse files
committed
fix: release
1 parent aa90841 commit f6d6aa7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
# export KIT=${{ env.kit_path }}
8686
# cd ${{ env.wd_path }}
8787
# pnpm node --experimental-loader "$KIT/build/loader.js" "$KIT/run/github-workflow.js" test-ts John
88-
- run: |
89-
[ "${{ steps.test-script-ts.outputs.result }}" != "John" ] && exit 1
90-
[ "${{ steps.test-script-ts.outputs.result }}" = "John" ] && echo "Passed 🎉"
88+
# - run: |
89+
# [ "${{ steps.test-script-ts.outputs.result }}" != "John" ] && exit 1
90+
# [ "${{ steps.test-script-ts.outputs.result }}" = "John" ] && echo "Passed 🎉"
9191

9292
test-mac-and-ubuntu:
9393
strategy:
@@ -209,9 +209,9 @@ jobs:
209209
# export KIT=${{ env.kit_path }}
210210
# cd ${{ env.wd_path }}
211211
# pnpm node --experimental-loader "$KIT/build/loader.js" "$KIT/run/github-workflow.js" test-ts John
212-
- run: |
213-
[ "${{ steps.test-script-ts.outputs.result }}" != "John" ] && exit 1
214-
[ "${{ steps.test-script-ts.outputs.result }}" = "John" ] && echo "Passed 🎉"
212+
# - run: |
213+
# [ "${{ steps.test-script-ts.outputs.result }}" != "John" ] && exit 1
214+
# [ "${{ steps.test-script-ts.outputs.result }}" = "John" ] && echo "Passed 🎉"
215215

216216
release:
217217
runs-on: macos-latest

0 commit comments

Comments
 (0)