Skip to content

Commit

Permalink
ci: fix matrix parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Jul 5, 2024
1 parent 8cdc1f2 commit 4f0455b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ jobs:
mv /tmp/.buildx-${{ matrix.image }}-cache-new /tmp/.buildx-${{ matrix.image }}-cache
integration-test:
name: Run ${{matrix.test-project.name}} on ${{matrix.database}}
name: Run ${{matrix.test-project.path}} on ${{matrix.database}}
runs-on: ubuntu-latest
strategy:
matrix:
database: [sqlserver, postgres]
test-project:
- display-name: AdminApi
- path: AdminApi/test/AdminApi.Tests.Integration
path: AdminApi/test/AdminApi.Tests.Integration
additional-compose-files: -f ./.ci/compose.test.aui.yml
# - ConsumerApi.Tests.Integration
# - Job.IdentityDeletion.Tests.Integration
Expand Down

0 comments on commit 4f0455b

Please sign in to comment.