Skip to content

Commit 579f20e

Browse files
Updated yml with docker
1 parent 61744d6 commit 579f20e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
2929
# Step 4: Verify ChainTest service is running
3030
- name: Verify ChainTest is Running
31-
run: |
32-
curl --fail http://localhost:85/ || exit 1
31+
run: curl --fail http://localhost:85/ || exit 1
3332
env:
3433
SPRING_PROFILES_ACTIVE: h2
3534
SPRING_DATASOURCE_URL: jdbc:h2:file:./data/db
@@ -112,7 +111,8 @@ jobs:
112111
cp -R target/chaintest/* public/
113112
mv public/Index.html public/index.html # Ensure index.html for GitHub Pages
114113
115-
# Step 4: Deploy reports to GitHub Pages
114+
# Step 4: Deploy reports to GitHub Pages
115+
- name: Deploy to GitHub Pages
116116
uses: peaceiris/actions-gh-pages@v3
117117
with:
118118
github_token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)