Skip to content

Commit

Permalink
Filed test on Ubuntu, CentOS, OpenSUSE, Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew committed Sep 25, 2020
1 parent 0022617 commit 8182973
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/sh-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run the filed-test
- name: Filed-test on Ubuntu
run: |
sudo bash install-release.sh
- name: Filed-test on CentOS
uses: docker://centos:centos8.1.1911
with:
args: bash install-release.sh
- name: Filed-test on OpenSUSE
uses: docker://opensuse/archive:42.1
with:
args: bash install-release.sh
- name: Filed-test on Arch Linux
uses: docker://archlinux:latest
with:
args: bash install-release.sh

0 comments on commit 8182973

Please sign in to comment.