Fix - env file and testing workflow

This commit is contained in:
lalitdeore12@gmail.com
2025-03-11 23:50:25 +05:30
parent 16b1adc492
commit 1cde066072
2 changed files with 9 additions and 14 deletions
+6 -11
View File
@@ -100,12 +100,12 @@ jobs:
echo "User registration failed after $MAX_RETRIES attempts."
exit 1
# - name: Run Selenium testing for frontend
# run: |
# cd $GITHUB_WORKSPACE/frontend
# # write some log to see the current directory
# chmod +x frontend-testing.sh
# ./frontend-testing.sh
- name: Run Selenium testing for frontend
run: |
cd $GITHUB_WORKSPACE/frontend
# write some log to see the current directory
chmod +x frontend-testing.sh
./frontend-testing.sh
- name: Get the API key and run a health check
id: health_check
@@ -161,11 +161,6 @@ jobs:
echo "Health check failed after $MAX_RETRIES attempts."
exit 1
- name: Get shuffle-orborus logs if health check fails
if: failure()
run: |
echo "Health check failed. Fetching shuffle-orborus logs..."
docker logs --tail 50 shuffle-orborus
# notify:
# needs: build