Skip to content

Commit

Permalink
ci: simplify stable branch matrix (#24744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Feb 5, 2024
1 parent bed66ca commit 4d14ecd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:

strategy:
fail-fast: false
matrix:
db: ["mariadb"]

services:
mariadb:
Expand Down Expand Up @@ -133,7 +131,7 @@ jobs:
BEFORE: ${{ env.GITHUB_EVENT_PATH.before }}
AFTER: ${{ env.GITHUB_EVENT_PATH.after }}
TYPE: server
DB: ${{ matrix.db }}
DB: 'mariadb'

- name: Run Tests
run: bench --site test_site run-parallel-tests
Expand All @@ -150,10 +148,6 @@ jobs:
needs: checkrun
if: ${{ needs.checkrun.outputs.build != 'strawberry' }}

strategy:
matrix:
db: ["mariadb"]

steps:
- name: Pass skipped tests unconditionally
run: "echo Skipped"

0 comments on commit 4d14ecd

Please sign in to comment.