File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments