Browse Source

Add centos6 tests back

pull/621/head
Tim Kimber 5 years ago
parent
commit
a02306294a
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .github/workflows/run-tests-pebble.yml

+ 8
- 0
.github/workflows/run-tests-pebble.yml View File

@ -39,6 +39,14 @@ jobs:
run: docker-compose up -d --build
- name: Run test suite on Alpine using Bash 5
run: test/run-test.sh bash5-0
test-centos76
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the docker-compose stack
run: docker-compose up -d --build
- name: Run test suite on CentOS6
run: test/run-test.sh centos6
test-centos7:
runs-on: ubuntu-latest
steps:


Loading…
Cancel
Save