Experimenting with github actions

This commit is contained in:
pietervdvn 2021-04-11 02:53:53 +02:00
parent 8b89be38be
commit a1246fed7a

View file

@ -42,6 +42,16 @@ jobs:
- name: Test variable
run: echo "${{ env.VALIDATION_FAILED }}"
- name: Archive reports
uses: actions/upload-artifact@v2
if: >-
env.VALIDATION_FAILED == 'true'
with:
name: reports
path: |
layer_report.txt
missing_licenses.txt
- name: Comment PR
uses: allthatjazzleo/actions-pull-request-add-comment@master
if: >-