-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c665407
commit 232fb26
Showing
2 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,6 @@ on: | |
- 'main' | ||
|
||
jobs: | ||
# code_quality: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: 'Qodana Scan' | ||
# uses: JetBrains/qodana-action@main | ||
# env: | ||
# QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} | ||
test: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
|
@@ -35,7 +28,7 @@ jobs: | |
- name: Set up JDK | ||
uses: coursier/setup-action@v1 | ||
with: | ||
jvm: graalvm-java17:22.3.2 | ||
jvm: graalvm-java17:22.3.3 | ||
apps: sbt scala scalac | ||
- name: Start MongoDB ${{ matrix.mongodb-version }} | ||
uses: MongoCamp/[email protected] | ||
|
@@ -61,4 +54,4 @@ jobs: | |
- name: Docker Info | ||
run: docker info | ||
- name: Build Docker Container on ${{ matrix.docker-platform }} | ||
run: docker buildx build --memory="16g" --platform=${{ matrix.docker-platform }} . --tag mongocamp-server:test | ||
run: docker buildx build --memory=16g --platform=${{ matrix.docker-platform }} . --tag mongocamp-server:test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
- name: Set up JDK | ||
uses: coursier/setup-action@v1 | ||
with: | ||
jvm: graalvm-java17:22.3.2 | ||
jvm: graalvm-java17:22.3.3 | ||
apps: sbt scala scalac | ||
- name: Start MongoDB ${{ matrix.mongodb-version }} | ||
uses: MongoCamp/[email protected] | ||
|
@@ -68,7 +68,7 @@ jobs: | |
- name: Set up JDK | ||
uses: coursier/setup-action@v1 | ||
with: | ||
jvm: graalvm-java17:22.3.2 | ||
jvm: graalvm-java17:22.3.3 | ||
apps: sbt scala scalac | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
|