Workflow automated test no env #397
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automated E2E Testing | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
run-e2e-tests: | |
name: Run E2E Tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout under $GITHUB_WORKSPACE | |
uses: actions/checkout@main | |
- name: run cypress tests with electron | |
uses: cypress-io/github-action@v4 | |
with: | |
browser: electron |