Skip to content

Commit e541382

Browse files
committed
reorder
1 parent 12c9775 commit e541382

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/all.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,17 @@ jobs:
4747
# There seems no good reason to test on other OSes … ?
4848
runs-on: ubuntu-latest
4949

50+
name: ${{ matrix.mongodb_versions[0] }} to ${{ matrix.mongodb_versions[1] }}, ${{ matrix.topology.name }}
51+
5052
steps:
53+
- name: Check out repository
54+
uses: actions/checkout@v4
55+
56+
- name: Fetch Go ${{ matrix.go_version }}
57+
uses: actions/setup-go@v5
58+
with:
59+
go-version: stable
60+
5161
- name: Install packages
5262
run: ${{ matrix.os.setup }}
5363

@@ -66,14 +76,6 @@ jobs:
6676
- name: Install mtools
6777
run: pipx install 'mtools[all]'
6878

69-
- name: Check out repository
70-
uses: actions/checkout@v4
71-
72-
- name: Fetch Go ${{ matrix.go_version }}
73-
uses: actions/setup-go@v5
74-
with:
75-
go-version: stable
76-
7779
- name: Build
7880
run: go build main/migration_verifier.go
7981

0 commit comments

Comments
 (0)