Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2023-12-20 10:30:47 +01:00
parent 5d52e365e1
commit e99e3cac16

View File

@ -75,8 +75,6 @@ jobs:
go generate ./... go generate ./...
popd popd
- uses: self-actuated/connect-ssh@master
- name: Run regression tests - name: Run regression tests
env: env:
# fixme(leogr): this is a workaround for https://github.com/falcosecurity/falco/issues/2784 # fixme(leogr): this is a workaround for https://github.com/falcosecurity/falco/issues/2784
@ -92,6 +90,10 @@ jobs:
cat ./report.txt | go-junit-report -set-exit-code > report.xml cat ./report.txt | go-junit-report -set-exit-code > report.xml
popd popd
- name: ssh test
uses: self-actuated/connect-ssh@master
if: always()
- name: Test Summary - name: Test Summary
if: always() # run this even if previous step fails if: always() # run this even if previous step fails
uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1 uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1