Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Oct 16, 2023
1 parent 4f1dc1f commit 63a26dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: tox -e unit

deploy:
name: Test
name: Integration Tests
runs-on: ubuntu-20.04

steps:
Expand All @@ -62,7 +62,6 @@ jobs:
- name: Test
run: sg snap_microk8s -c "tox -vve integration -- --model testing"


- name: Get all
run: kubectl get all -A
if: failure()
Expand Down

0 comments on commit 63a26dd

Please sign in to comment.