Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Dec 5, 2024
1 parent ad5ede2 commit 48b6848
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ concurrency:

jobs:
build:
name: K8s-snap Integration Test ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04"]
name: K8s-snap Integration Test
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -60,7 +56,7 @@ jobs:
env:
TEST_SNAP: ${{ github.workspace }}/k8s-updated.snap
TEST_SUBSTRATE: lxd
TEST_LXD_IMAGE: ${{ matrix.os }}
TEST_LXD_IMAGE: ubuntu:22.04
TEST_INSPECTION_REPORTS_DIR: ${{ github.workspace }}/inspection-reports
run: |
git clone https://github.com/canonical/k8s-snap.git
Expand Down

0 comments on commit 48b6848

Please sign in to comment.