Skip to content

Commit

Permalink
ci: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Feb 27, 2024
1 parent 3096ef3 commit 627be2e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
branches: [ "main" ]

jobs:
database-creation:
needs: [ build ]
build:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- uses: actions/checkout@v4
Expand All @@ -26,14 +27,6 @@ jobs:
sleep 1;
done
echo "PostgreSQL is ready."
- name: Shutdown PostgreSQL
run: docker-compose down
build:
runs-on: ubuntu-latest
permissions:
contents: read

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 627be2e

Please sign in to comment.