mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-04 12:05:35 +00:00
Test extensions first
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -40,6 +40,9 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install google-cloud-sdk
|
sudo apt-get install google-cloud-sdk
|
||||||
|
|
||||||
|
- name: Extensions Test
|
||||||
|
run: make test-extensions
|
||||||
|
|
||||||
- name: CLI Test
|
- name: CLI Test
|
||||||
run: make test-cli
|
run: make test-cli
|
||||||
|
|
||||||
@@ -49,9 +52,6 @@ jobs:
|
|||||||
- name: Shared Test
|
- name: Shared Test
|
||||||
run: make test-shared
|
run: make test-shared
|
||||||
|
|
||||||
- name: Extensions Test
|
|
||||||
run: make test-extensions
|
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user