Skip to content

Commit

Permalink
changed the path
Browse files Browse the repository at this point in the history
  • Loading branch information
busraarsln committed Nov 10, 2023
1 parent 6c972b6 commit 1725c02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: Conformance-Gateway
# submodules: recursive
submodules: recursive

- name: Set up Java JDK
uses: actions/setup-java@v3
Expand All @@ -29,7 +29,9 @@ jobs:
# run: cd Conformance-Gateway && mvn clean -U -B package -DskipTests

- name: Run the app
run: cd spring-boot/ && docker-compose -f docker-compose.yml up -d -V --build
run: |
ls
cd Conformance-Gateway/spring-boot && docker-compose -f docker-compose.yml up -d -V --build
- name: Fetch Backend Status
run: |
Expand Down

0 comments on commit 1725c02

Please sign in to comment.