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 7828972 commit 2c1bd21Copy full SHA for 2c1bd21
.github/workflows/beta.yml
@@ -8,6 +8,11 @@ jobs:
8
pre-release:
9
name: "Beta Release"
10
runs-on: "ubuntu-latest"
11
+ services:
12
+ mongodb:
13
+ image: mongo:3.4.23
14
+ ports:
15
+ - 27017:27017
16
steps:
17
- uses: actions/checkout@v2
18
- name: Run tests
@@ -25,4 +30,6 @@ jobs:
25
30
prerelease: true
26
31
title: "Beta release"
27
32
files: |
28
- build/distributions/sdkman-cli-*.zip
33
+ build/distributions/sdkman-cli-*.zip
34
+ - name: Update MongoDB
35
+ run: bin/release-binary.sh master ${{ steps.var.outputs.sha_short }} $MONGO_URL $MONGO_USERNAME $MONGO_PASSWORD
0 commit comments