We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0bb8e commit 13751b5Copy full SHA for 13751b5
.github/workflows/test-installers.yml
@@ -79,8 +79,17 @@ jobs:
79
# hadron-platform: linux
80
81
exclude:
82
- # Temporarily disable running on Windows and Linux
+ # TODO: The RPM package require a docker container
83
- package: linux_rpm
84
+ # TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079619474
85
+ - package: linux_tar
86
+ # TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079620322
87
+ - package: osx_dmg
88
+ test: auto-update-from
89
+ # TODO: See https://github.com/mongodb-js/compass/actions/runs/13281152689/job/37079621700
90
+ - package: windows_setup
91
92
+
93
runs-on: ${{ matrix.runs-on }}
94
steps:
95
- name: Checkout
0 commit comments