mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 08:50:58 -05: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
|