Skip to content

Commit

Permalink
Create checks.yml (#1)
Browse files Browse the repository at this point in the history
* Create checks.yml

* Update checks.yml
  • Loading branch information
DavertMik authored Dec 23, 2019
1 parent ffe16f8 commit 85fb121
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on: [push]

name: Static analysis

jobs:
test:
runs-on: ubuntu-latest
name: check tests
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: testomatio/check-tests@stable
with:
framework: cypress
tests: "./cypress/integration/**/**.spec.js"
token: ${{ secrets.GITHUB_TOKEN }}
has-tests-label: true

0 comments on commit 85fb121

Please sign in to comment.