Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Dec 20, 2023
1 parent 5d52e36 commit e99e3ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reusable_test_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
pushd submodules/falcosecurity-testing
go generate ./...
popd
- uses: self-actuated/connect-ssh@master
- name: Run regression tests
env:
Expand All @@ -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
Expand Down

0 comments on commit e99e3ca

Please sign in to comment.