File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
.cache
2
2
dist
3
+ cypress
Original file line number Diff line number Diff line change 57
57
- name : Run Eslint
58
58
run : npm run ci:lint -- $(git diff --diff-filter d --name-only origin/${{ github.base_ref }}...HEAD -- '*.js' '*.ts' '*.tsx')
59
59
60
- tests :
61
- name : Tests
60
+ unit- tests :
61
+ name : Unit Tests
62
62
runs-on : ubuntu-latest
63
63
needs : [setup]
64
64
timeout-minutes : 5
77
77
78
78
- name : Run Tests
79
79
run : npm run ci:test
80
+ e2e-tests :
81
+ name : e2e Tests
82
+ runs-on : ubuntu-latest
83
+ needs : [setup]
84
+ steps :
85
+ - name : Checkout
86
+ uses : actions/checkout@v2
87
+
88
+ - name : Cypress run
89
+ uses : cypress-io/github-action@v2
90
+ with :
91
+ start : npm start
92
+ wait-on : http://localhost:1234
93
+ command : npm run cypress:run
Original file line number Diff line number Diff line change 1
1
.rts2_cache *
2
2
.cache
3
3
.parcel-cache
4
+ cypress
4
5
5
6
dist /
6
7
node_modules /
Original file line number Diff line number Diff line change 1
1
.cache
2
2
dist
3
+ cypress
You can’t perform that action at this time.
0 commit comments