forgejo: Fix ci testing
All checks were successful
/ deploy (push) Successful in 12s

This commit is contained in:
Jonatan Nilsson 2024-11-22 05:10:06 +00:00
parent d46e0d834e
commit 0ef8c6e641

View file

@ -16,12 +16,19 @@ jobs:
run: pnpm run test --ignore-only run: pnpm run test --ignore-only
- name: Sanity check it detects this CI - name: Sanity check it detects this CI
run: | run: |
if node index.js; then if node in.js; then
echo "Success" echo "in.js: Success"
else else
echo "Failed for forgejo" echo "Failed for forgejo"
exit 1 exit 1
fi fi
if node not.js; then
echo "Failed for forgejo"
exit 1
else
echo "not.js: Success"
fi
- name: Deply if new version - name: Deply if new version
run: | run: |
echo "" echo ""