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 42c6812 commit 10fc7a4Copy full SHA for 10fc7a4
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
export KENV_PREFIX=$KENV/scripts
85
export KIT=${{ env.kit_path }}
86
cd ${{ env.wd_path }}
87
- 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
88
- run: |
89
[ "${{ steps.test-script-ts.outputs.result }}" != "John" ] && exit 1
90
[ "${{ steps.test-script-ts.outputs.result }}" = "John" ] && echo "Passed 🎉"
0 commit comments