From 825b71ca25c636041d3a64571a3f63f916d2b084 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Thu, 24 Sep 2020 22:45:42 +0800 Subject: [PATCH] Use centos7.0 as runtime image so as to ... challenge the shell script in the most knotty environment that we are willing to provide support. --- .github/workflows/sh-checker.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sh-checker.yml b/.github/workflows/sh-checker.yml index 036848c..787e2f5 100644 --- a/.github/workflows/sh-checker.yml +++ b/.github/workflows/sh-checker.yml @@ -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