Skip to content

Commit

Permalink
fix suse
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 19, 2024
1 parent 2020960 commit 67f9556
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
container-image:
[
"opensuse/leap:15",
"opensuse/tumbleweed:latest",
"registry.suse.com/suse/sles12sp5:latest",
]
container-image: ["opensuse/tumbleweed:latest"]
container:
image: ${{ matrix.container-image }}
steps:
- name: install prereqs
run: |
zypper -n addrepo https://download.opensuse.org/repositories/Base:System/openSUSE_Tumbleweed/Base:System.repo
zypper install -y tar
- uses: actions/checkout@v4
Expand Down

0 comments on commit 67f9556

Please sign in to comment.