mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-09 13:28:39 +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:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Check Test Results
|
- name: Check Test Results
|
||||||
if: steps.process-trx.outputs.test-outcome == 'Failed'
|
if: steps.process-trx.outputs.test-outcome == 'Failed'
|
||||||
run: |
|
run: |
|
||||||
echo "There were test failures."
|
echo "There were test failures."
|
||||||
exit 1
|
exit 1
|
Loading…
Add table
Add a link
Reference in a new issue