Skip to content

Commit

Permalink
subset
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite committed Sep 26, 2024
1 parent 0e24d5b commit 5d0b822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api-container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
# needs: fetch-mysql-versions
name: Mocha tests with ${{ matrix.container.name }} and MySQL ${{ matrix.mysql_version }}
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
container:
- name: "stig-manager-alpine"
build_arg: "node:lts-alpine"
mysql_version: ["8.0.0", "8.0.1", "8.0.2", "8.0.3", "8.0.4", "8.0.5", "8.0.6", "8.0.7", "8.0.11", "8.0.12", "8.0.13", "8.0.14", "8.0.15", "8.0.16", "8.0.17", "8.0.18", "8.0.19", "8.0.20", "8.0.21", "8.0.22", "8.0.23", "8.0.24", "8.0.25", "8.0.26", "8.0.27", "8.0.28", "8.0.29", "8.0.30", "8.0.31", "8.0.32", "8.0.33", "8.0.34", "8.0.35", "8.0.36", "8.0.37", "8.0.38", "8.0.39"]
mysql_version: ["8.0.0", "8.0.1", "8.0.13", "8.0.14", "8.0.21"]
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 5d0b822

Please sign in to comment.