Skip to content

Commit

Permalink
Moves docker-compose.yml to ci/docker-compose.yml
Browse files Browse the repository at this point in the history
* Rename docker-compose.yml to ci/docker-compose.yml

* Update maven_run_test.yml
  • Loading branch information
FrankSchnicke committed Mar 12, 2024
1 parent 9ce9a6b commit 11e59dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven_run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Start environment
run: docker compose up -d --wait
run: docker compose --project-directory ./ci up -d --wait
- name: Install BaSyx
run: mvn clean install -Ddocker.namespace=test
- name: Stop environment
if: always()
run: docker compose down
run: docker compose --project-directory ./ci down

2 changes: 1 addition & 1 deletion docker-compose.yml → ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:

keycloak:
build:
context: ./examples/keycloak
context: ./../examples/keycloak
volumes:
- ./:/opt/jboss/keycloak/imports
ports:
Expand Down

0 comments on commit 11e59dc

Please sign in to comment.