mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-06 20:08:40 +00:00
fuck YML syntax
This commit is contained in:
parent
8b91fdaa54
commit
57661e3b46
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -56,8 +56,8 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Check Test Results
|
||||
if: steps.process-trx.outputs.test-outcome == 'Failed'
|
||||
run: |
|
||||
echo "There were test failures."
|
||||
exit 1
|
||||
- name: Check Test Results
|
||||
if: steps.process-trx.outputs.test-outcome == 'Failed'
|
||||
run: |
|
||||
echo "There were test failures."
|
||||
exit 1
|
Loading…
Add table
Add a link
Reference in a new issue