mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-06-08 12:08:19 +02:00
5 lines
124 B
Bash
Executable file
5 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
grep --quiet 'IF TEST FAILURE' $FORGEJO_RUNNER_LOGS
|
|
grep --quiet 'IF TEST ALWAYS' $FORGEJO_RUNNER_LOGS
|