mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-06-23 10:38:01 +02:00
6 lines
124 B
Bash
6 lines
124 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
grep --quiet 'IF TEST FAILURE' $FORGEJO_RUNNER_LOGS
|
||
|
grep --quiet 'IF TEST ALWAYS' $FORGEJO_RUNNER_LOGS
|