Skip to content

Commit

Permalink
Merge pull request #4 from robsdedude/fix/ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
robsdedude authored Dec 28, 2023
2 parents 1132c4f + 450ccb1 commit 6458c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
tests: [TESTKIT_TESTS]
configs:
config:
- 4.4-community-bolt
- 4.4-community-neo4j
- 4.4-enterprise-bolt
Expand Down Expand Up @@ -97,5 +97,5 @@ jobs:
TEST_RUN_ALL_TESTS: "true"
run: |
cd testkit
python3 main.py --tests ${{ matrix.testkit-config.tests }} \
${{ matrix.testkit-config.config && format('--config {0}', matrix.testkit-config.config) || ''}}
python3 main.py --tests ${{ matrix.tests }} \
${{ matrix.config && format('--config {0}', matrix.config) || ''}}

0 comments on commit 6458c4e

Please sign in to comment.