Skip to content

fix: ci workflow

fix: ci workflow #2

name: Functional tests

Check failure on line 1 in .github/workflows/functional-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/functional-tests.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: electron@latest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CI: true
jobs:
electron@latest:
name: Functional tests with electron@latest
uses: ./.github/workflows/functional-tests-install.yml
steps:
- name: Run tests
run: npm test:functional