Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed May 12, 2024
1 parent c25bb11 commit 2e9e207
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,17 +383,20 @@ jobs:
run: |
dotnet test integration-tests/linux-x64/CommandLine.${{ matrix.database.type }}.dll `
--logger:"xunit;Environment=${{ matrix.database.name }} (docker);LogFilePath=/tmp/test-results/docker/CommandLine.${{ matrix.database.name }}.xml"
env:
LogLevel: Information
GrateExecutablePath: ${{ github.workspace }}/executables/linux-x64/grate
TZ: UTC
GrateTestConfig__DockerImage: ${{ matrix.database.image }}

- name: Docker Test Docker
if: ${{ !cancelled() }}
shell: pwsh
run: |
dotnet test integration-tests/linux-x64/Docker.${{ matrix.database.type }}.dll `
--logger:"xunit;Environment=${{ matrix.database.name }} (docker);LogFilePath=/tmp/test-results/docker/Docker.${{ matrix.database.name }}.xml"
env:
LogLevel: Information
GrateExecutablePath: ${{ github.workspace }}/executables/linux-x64/grate
TZ: UTC
GrateTestConfig__DockerImage: ${{ matrix.database.image }}

Expand Down

0 comments on commit 2e9e207

Please sign in to comment.