Skip to content

Commit

Permalink
testing the issue-678 (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashgaonkar committed Sep 5, 2024
1 parent c84477a commit 024a43e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-issue-678.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#testing the issue-678 (7)
#testing the issue-678 (9)
name: Build Project

on:
Expand All @@ -14,6 +14,13 @@ jobs:
runs-on: ubuntu-latest
container: docker:cli
steps:
- name: Install docker and docker-compose
run: |
apt -y update
apt -y install sudo curl
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
apt-get install docker-compose-plugin
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 024a43e

Please sign in to comment.