mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-06 15:55:38 +00:00
fix: add cypress tests to CI [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user