Skip to content

Commit

Permalink
IQSS#10681 ben and phil are okay with nixing Deb12
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Jul 16, 2024
1 parent 3e32ff2 commit e0290a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/shellspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,6 @@ jobs:
run: |
cd tests/shell
shellspec
shellspec-deb12:
name: "Debian 12"
runs-on: ubuntu-latest
container:
image: debian:12
steps:
- uses: actions/checkout@v2
- name: install curl
run: apt-get -y install curl
- name: Install shellspec
run: |
curl -fsSL https://github.com/shellspec/shellspec/releases/download/${{ env.SHELLSPEC_VERSION }}/shellspec-dist.tar.gz | tar -xz -C /usr/share
ln -s /usr/share/shellspec/shellspec /usr/bin/shellspec
- name: Run shellspec
run: |
cd tests/shell
shellspec
shellspec-rocky9:
name: "RockyLinux 9"
runs-on: ubuntu-latest
Expand Down
Empty file removed tests/shell/trigger_10681
Empty file.

0 comments on commit e0290a3

Please sign in to comment.