Skip to content

Commit

Permalink
Setup CI/CD for lint, vitest and cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvestus committed Feb 19, 2024
1 parent e6dee82 commit d883951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
path: dist

e2e-chrome-tests:
environment: manual
timeout-minutes: 15
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

e2e-chrome-mobile-tests:
environment: manual
timeout-minutes: 15
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit d883951

Please sign in to comment.