Browse Source

Fix typo

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

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

@ -39,7 +39,7 @@ 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
test-centos6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1


Loading…
Cancel
Save