Skip to content

Commit

Permalink
removed db service in build task action
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Nov 21, 2024
1 parent 18f7398 commit 1899827
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
- name: Setup Docker and docker-compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
cp .env.example .env
- name: Start postgres with docker-compose
run: docker-compose up -d
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 1899827

Please sign in to comment.