We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0013078 commit d9e48caCopy full SHA for d9e48ca
.github/workflows/ci-merge.yml
.github/workflows/ci.yml
@@ -2,14 +2,15 @@ name: Node.JS CI
2
on: [push, pull_request]
3
jobs:
4
test:
5
- name: lint & test
+ name: Lint & Test
6
runs-on: ubuntu-16.04
7
steps:
8
- uses: actions/checkout@v1
9
- uses: bahmutov/npm-install@v1
10
- run: yarn ci && node_modules/.bin/codecov
11
+
12
e2e:
- name: cypress
13
+ name: Cypress
14
15
16
.nvmrc
@@ -0,0 +1 @@
1
+lts/stable
0 commit comments