Skip to content

Commit

Permalink
IQSS#10681 update shellspec for Debian 12, Rocky 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Jul 11, 2024
1 parent 54767b9 commit 1473faf
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/shellspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,23 @@ jobs:
run: |
cd tests/shell
shellspec
shellspec-centos7:
name: "CentOS 7"
shellspec-deb12:
name: "Debian 12"
runs-on: ubuntu-latest
container:
image: centos:7
image: debian:12
steps:
- uses: actions/checkout@v2
- 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: Install dependencies
run: yum install -y ed
- name: Run shellspec
run: |
cd tests/shell
shellspec
shellspec-rocky8:
name: "RockyLinux 8"
shellspec-rocky9:
name: "RockyLinux 9"
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:8
Expand Down

0 comments on commit 1473faf

Please sign in to comment.