fix: add cypress tests to CI [skip ci]

This commit is contained in:
Jayden Pyles
2025-05-10 09:41:43 -05:00
parent f42e7ed531
commit 3063bc0d53

View File

@@ -17,6 +17,10 @@ runs:
shell: bash
run: docker compose up -d
- name: Install dependencies
shell: bash
run: npm install
- name: Wait for frontend to be ready
shell: bash
run: |
@@ -28,10 +32,6 @@ runs:
echo "Frontend failed to be ready after 10 retries"
exit 1
- name: Install dependencies
shell: bash
run: npm install
- name: Run Cypress tests
shell: bash
run: npm run cy:run