Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
@@ -26,5 +26,6 @@ jobs:
uses: docker-practice/actions-setup-docker@master
with:
docker_version: ${{ matrix.docker-version }}
- run: docker swarm init
- name: Build with Gradle
run: ./gradlew assemble check
1 change: 1 addition & 0 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ jobs:
uses: docker-practice/actions-setup-docker@master
with:
docker_version: ${{ matrix.docker-version }}
- run: docker swarm init
- name: Build with Gradle
run: ./gradlew assemble check
previewGithubRelease:

0 comments on commit b94d926

Please sign in to comment.