This commit is contained in:
parent
d46e0d834e
commit
0ef8c6e641
1 changed files with 9 additions and 2 deletions
|
@ -16,12 +16,19 @@ jobs:
|
|||
run: pnpm run test --ignore-only
|
||||
- name: Sanity check it detects this CI
|
||||
run: |
|
||||
if node index.js; then
|
||||
echo "Success"
|
||||
if node in.js; then
|
||||
echo "in.js: Success"
|
||||
else
|
||||
echo "Failed for forgejo"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if node not.js; then
|
||||
echo "Failed for forgejo"
|
||||
exit 1
|
||||
else
|
||||
echo "not.js: Success"
|
||||
fi
|
||||
- name: Deply if new version
|
||||
run: |
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue