Skip to content

Commit

Permalink
docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Feb 13, 2024
1 parent 66d0aa8 commit 84e2137
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
with:
java-version: "[email protected]"

- name: Run sbt assembly
run: sbt server/assembly

- name: Prepare testing database
run: sbt flywayMigrate

- name: Run sbt assembly
run: sbt server/assembly

- name: Build the Docker image
run: docker build -t absaoss/atum-service:latest \
--build-arg CONFIG=./src/main/resources/reference.conf \
Expand All @@ -64,4 +64,4 @@ jobs:
- name: Execute HTTP call
run: |
sleep 10 # Wait for the service to start
curl -Lf http://localhost:8080/docs
curl -Lf http://localhost:8080/docs

0 comments on commit 84e2137

Please sign in to comment.