Skip to content

Commit

Permalink
remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 10, 2024
1 parent 828bd72 commit ad86def
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-pr-e2e-build-and-run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests (E2E)
name: Build and up (E2E)

on:
workflow_dispatch:
Expand All @@ -24,9 +24,6 @@ env:
jobs:
tests-e2e:
runs-on: ubuntu-latest
strategy:
matrix:
db_type: [mysql, postgres]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ad86def

Please sign in to comment.