Skip to content

Commit

Permalink
Add back swarm initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 20, 2024
1 parent 93ab05d commit b94d926
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Up @@ -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:
Expand Down

0 comments on commit b94d926

Please sign in to comment.