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 11.cache
22dist
3+ cypress
Original file line number Diff line number Diff line change 5757 - name : Run Eslint
5858 run : npm run ci:lint -- $(git diff --diff-filter d --name-only origin/${{ github.base_ref }}...HEAD -- '*.js' '*.ts' '*.tsx')
5959
60- tests :
61- name : Tests
60+ unit- tests :
61+ name : Unit Tests
6262 runs-on : ubuntu-latest
6363 needs : [setup]
6464 timeout-minutes : 5
7777
7878 - name : Run Tests
7979 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 11.rts2_cache *
22.cache
33.parcel-cache
4+ cypress
45
56dist /
67node_modules /
Original file line number Diff line number Diff line change 11.cache
22dist
3+ cypress
You can’t perform that action at this time.
0 commit comments