Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemyslaw Susko committed Oct 31, 2023
1 parent 37851e4 commit 0766120
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@ name: Test
runs:
using: composite
steps:
- name: Unit tests
- name: Test
shell: bash
run: ctest --test-dir ${{ env.CMAKE_BUILD_DIR }}

- name: Prepare integration tests env
shell: bash
run: |
sudo su
pip install -r "${{ env.TEST_PATH }}/requirements.txt"
- name: Integration tests
shell: bash
run: |
sudo su
cd "${{ env.TEST_PATH }}"
chmod +rwx "${{ github.workspace }}/${{ env.CMAKE_BUILD_DIR }}/bin/ebpfdiscoverysrv"
pytest --discovery_path="${{ github.workspace }}/${{ env.CMAKE_BUILD_DIR }}/bin/ebpfdiscoverysrv"

0 comments on commit 0766120

Please sign in to comment.