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
|
pushd submodules/falcosecurity-testing
|
||||||
go generate ./...
|
go generate ./...
|
||||||
popd
|
popd
|
||||||
|
|
||||||
- uses: self-actuated/connect-ssh@master
|
|
||||||
|
|
||||||
- name: Run regression tests
|
- name: Run regression tests
|
||||||
env:
|
env:
|
||||||
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user