File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments