Skip to content

Commit

Permalink
fix(ci): change libsinsp_e2e dir
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Feb 7, 2024
1 parent 11d7d6e commit 991bacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run e2e tests with ${{ matrix.driver.name }} 🏎️
run: |
cd build/test/libsinsp/
cd build/test/libsinsp_e2e/
sudo ./libsinsp_e2e_tests ${{ matrix.driver.option }}
build-drivers-s390x-ppc64le:
Expand Down Expand Up @@ -103,5 +103,5 @@ jobs:
- name: Run e2e tests with ${{ matrix.driver.name }} 🏎️
run: |
cd build/test/libsinsp/
cd build/test/libsinsp_e2e/
sudo ./libsinsp_e2e_tests ${{ matrix.driver.option }}

0 comments on commit 991bacb

Please sign in to comment.