Experimenting with github actions
This commit is contained in:
parent
a1246fed7a
commit
acb069b755
2 changed files with 4 additions and 2 deletions
2
.github/workflows/pull_request_check.yml
vendored
2
.github/workflows/pull_request_check.yml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if [[ -f "layer_report.txt" || -f "missing_licenses.txt" ]]; then
|
if [[ -f "layer_report.txt" || -f "missing_licenses.txt" ]]; then
|
||||||
echo "VALIDATION_FAILED=true" >> $GITHUB_ENV
|
echo "VALIDATION_FAILED=true" >> $GITHUB_ENV
|
||||||
|
else
|
||||||
|
echo "VALIDATION_FAILED=false" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Test variable
|
- name: Test variable
|
||||||
|
|
Loading…
Reference in a new issue