Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: disable cypress tests (CI) #310

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/ci-ai4eosc-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
- run: npm ci
- run: npm run build-ai4eosc-prod
- run: npm run lint
- name: Cypress
uses: cypress-io/github-action@v6
with:
start: npm start
wait-on: 'http://localhost:8080'
wait-on-timeout: 300
env:
CYPRESS_EMAIL: ${{secrets.CYPRESS_EMAIL}}
CYPRESS_PASSWORD: ${{secrets.CYPRESS_PASSWORD}}
- name: Upload screenshots
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
# - name: Cypress
# uses: cypress-io/github-action@v6
# with:
# start: npm start
# wait-on: 'http://localhost:8080'
# wait-on-timeout: 300
# env:
# CYPRESS_EMAIL: ${{secrets.CYPRESS_EMAIL}}
# CYPRESS_PASSWORD: ${{secrets.CYPRESS_PASSWORD}}
# - name: Upload screenshots
# uses: actions/upload-artifact@v3
# if: failure()
# with:
# name: cypress-screenshots
# path: cypress/screenshots
- run: npm run test
- name: SonarQube
uses: sonarsource/sonarqube-scan-action@master
Expand Down
Loading