Skip to content

Commit

Permalink
Enable CentOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mheap committed Jul 21, 2023
1 parent da942f2 commit 1b57ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-instructions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on: push

jobs:
install-instructions:
if: false
if: true
env:
BASE_URL: https://deploy-preview-5763--kongdocs.netlify.app
strategy:
fail-fast: false
matrix:
distro: [ubuntu, rhel, amazon-linux, debian]
distro: [ubuntu, rhel, amazon-linux, debian, centos]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 1b57ff6

Please sign in to comment.