Skip to content

Commit

Permalink
Update GraalVM workflow to use docker-compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Aug 9, 2024
1 parent 335aa71 commit 119eeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Start MongoDB Server
run: |
cd ballerina/tests/resources/docker
docker-compose up -d
docker compose up -d
- name: Test with GraalVM
run: |
Expand All @@ -65,4 +65,4 @@ jobs:
- name: Stop MongoDB Server
run: |
cd ballerina/tests/resources/docker
docker-compose down
docker compose down

0 comments on commit 119eeb7

Please sign in to comment.