mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-29 19:23:16 +00:00
wip
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
5d52e365e1
commit
e99e3cac16
@ -74,8 +74,6 @@ jobs:
|
||||
pushd submodules/falcosecurity-testing
|
||||
go generate ./...
|
||||
popd
|
||||
|
||||
- uses: self-actuated/connect-ssh@master
|
||||
|
||||
- name: Run regression tests
|
||||
env:
|
||||
@ -92,6 +90,10 @@ jobs:
|
||||
cat ./report.txt | go-junit-report -set-exit-code > report.xml
|
||||
popd
|
||||
|
||||
- name: ssh test
|
||||
uses: self-actuated/connect-ssh@master
|
||||
if: always()
|
||||
|
||||
- name: Test Summary
|
||||
if: always() # run this even if previous step fails
|
||||
uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1
|
||||
|
Loading…
Reference in New Issue
Block a user