We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fc7a4 commit a050b17Copy full SHA for a050b17
.github/workflows/release.yml
@@ -208,7 +208,7 @@ jobs:
208
export KENV_PREFIX=$KENV/scripts
209
export KIT=${{ env.kit_path }}
210
cd ${{ env.wd_path }}
211
- pnpm node --experimental-loader "$KIT/build/loader.js" "$KIT/run/github-workflow.js" test-ts John --trust
+ 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 🎉"
0 commit comments