Skip to content

Commit

Permalink
connect pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Sep 7, 2024
1 parent d1dad58 commit 5ea3153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
trace-integration-test:

runs-on: ubuntu-latest
needs: [integration-test]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3

Expand Down Expand Up @@ -255,7 +256,7 @@ jobs:
build-seccomp-profile:

runs-on: ubuntu-latest
needs: [trace-unit-test]
needs: [trace-unit-test, trace-integration-test]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func execCmd(ts *testscript.TestScript, neg bool, args []string) {
"main.main",
"--save",
"--directory",
// TODO: change it to a general one
"/home/runner/work/fwdctl/fwdctl/integration-test-syscalls",
"--include-cmd-stdout",
"--include-cmd-stderr",
Expand Down

0 comments on commit 5ea3153

Please sign in to comment.