Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dipjyoti Metia <[email protected]>
  • Loading branch information
dipjyotimetia authored Aug 28, 2024
1 parent e2d7df5 commit 15b5166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Starting test dependencies
run: docker-compose up -d
run: docker compose up -d
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand All @@ -79,4 +79,4 @@ jobs:
DEFAULT_REGION: ap-southeast-2
AWS_ACCOUNT_ID: "000000000000"
AWS_ACCESS_KEY_ID: dummy-access-key
AWS_SECRET_ACCESS_KEY: dummy-secret-key
AWS_SECRET_ACCESS_KEY: dummy-secret-key

0 comments on commit 15b5166

Please sign in to comment.