feat: functional tests #3
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: Functional tests | ||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
env: | ||
CI: true | ||
jobs: | ||
electron@latest: | ||
Check failure on line 13 in .github/workflows/functional-tests.yml GitHub Actions / Functional testsInvalid workflow file
|
||
name: electron@latest | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: ./.github/workflows/functional-tests-install.yml | ||
- name: Run tests | ||
run: npm test:functional |