Skip to content

Commit

Permalink
test: first commit to add cypress tests to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Jan 8, 2025
1 parent b8ca923 commit 5a3d727
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,4 @@ jobs:
uses: sonarsource/sonarcloud-github-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

cypress-run:
needs: npm-build
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v6
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 5a3d727

Please sign in to comment.