Skip to content

feat: functional tests #3

feat: functional tests

feat: functional tests #3

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

View workflow run for this annotation

GitHub Actions / Functional tests

Invalid workflow file

The workflow is not valid. .github/workflows/functional-tests.yml (Line: 13, Col: 3): The identifier 'electron@latest' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name: electron@latest
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/functional-tests-install.yml
- name: Run tests
run: npm test:functional