Skip to content

Commit

Permalink
esting the issue-678 (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashgaonkar committed Sep 5, 2024
1 parent 94e55ef commit 73e3aa4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test-issue-678.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,8 @@ on:
jobs:
test-docker:
runs-on: ubuntu-latest
container: docker:cli
container: node:18
steps:
- name: Install docker and docker-compose
run: |
apk add apt
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 73e3aa4

Please sign in to comment.