You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ jobs:
10
10
strategy:
11
11
matrix:
12
12
operating_system:
13
-
- ubuntu-22.04# Specify latest Ubuntu version with MongoDB preinstalled as for Ubuntu-22.04 MongoDB is not currently available. See https://github.com/actions/runner-images/issues/5490
13
+
- ubuntu-22.04
14
14
- windows-latest
15
15
- macos-latest
16
16
fail-fast: false # run tests on other operating systems even if one fails
0 commit comments