Skip to content

Commit 2512d28

Browse files
[PRMP-978] Fix daily health check cypress tests (#532)
1 parent 5040049 commit 2512d28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cron-daily-health-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
runTests: false
120120
build: npm run build
121121
working-directory: ./app
122+
123+
- name: Copy main.html to index.html for serve compatibility
124+
run: cp ./app/build/main.html ./app/build/index.html
122125

123126
- name: npm install serve -g
124127
run: npm install serve -g

0 commit comments

Comments
 (0)