Skip to content

Commit

Permalink
Merge pull request IQSS#10682 from uncch-rdmc/10681_update_shellspec
Browse files Browse the repository at this point in the history
update shellspec for Debian 12, Rocky 9
  • Loading branch information
pdurbin authored Aug 6, 2024
2 parents 85e0fc7 + 32dee32 commit ac32b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shellspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: |
cd tests/shell
shellspec
shellspec-rocky8:
name: "RockyLinux 8"
shellspec-rocky9:
name: "RockyLinux 9"
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:8
image: rockylinux/rockylinux:9
steps:
- uses: actions/checkout@v2
- name: Install shellspec
Expand Down
1 change: 1 addition & 0 deletions tests/shell/spec/spec_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ spec_helper_configure() {
# Available functions: import, before_each, after_each, before_all, after_all
: import 'support/custom_matcher'
}

0 comments on commit ac32b00

Please sign in to comment.