Skip to content

Commit

Permalink
diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Dec 20, 2024
1 parent 1fbd422 commit e48f924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ jobs:
srcConnStr: mongodb://localhost:27020
dstConnStr: mongodb://localhost:27030

runs-on: ${{ (matrix.mongodb_versions[0] > 6.0 || matrix.mongodb_versions[1] > 6.0) && 'ubuntu-22.04' || 'ubuntu-latest' }}
runs-on: ${{ (matrix.mongodb_versions[0] >= 6.0 || matrix.mongodb_versions[1] >= 6.0) && 'ubuntu-22.04' || 'ubuntu-latest' }}

name: ${{ matrix.mongodb_versions[0] }} to ${{ matrix.mongodb_versions[1] }}, ${{ matrix.topology.name }}

steps:
- run: echo src at least 6 ${{ matrix.mongodb_versions[0] >= 6 }}
- run: echo dst at least 6 ${{ matrix.mongodb_versions[1] >= 6 }}

- run: uname -a
- run: ldconfig -p
- run: lsb_release -a
Expand Down

0 comments on commit e48f924

Please sign in to comment.