Skip to content

Commit

Permalink
Use centos7.0 as runtime image so as to ...
Browse files Browse the repository at this point in the history
challenge the shell script in the most knotty environment that we are willing to provide support.
  • Loading branch information
IceCodeNew committed Sep 24, 2020
1 parent 51ded6c commit 825b71c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sh-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ jobs:
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
filed-test:
runs-on: ubuntu-latest
container:
image: centos:centos7.0.1406
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
- name: What OS is running
run: uname -a
- name: Run the filed-test
run: |
sudo bash install-release.sh

0 comments on commit 825b71c

Please sign in to comment.