File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed
Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,20 @@ jobs:
3131 npm i --no-save @types/react@18 @types/react-dom@18
3232 npm run typecheck
3333
34- # TODO add tests
35- # tests:
36- # name: Tests
37- # runs-on: ubuntu-latest
38- # steps:
39- # - name: Checkout
40- # uses: actions/checkout@v2
41- # with:
42- # fetch-depth: 0
43- # - name: Setup Node
44- # uses: actions/setup-node@v2
45- # with:
46- # node-version: '14.x'
47- # cache: 'npm'
48- # - name: Install Packages
49- # run: npm ci
50- # - name: Unit Tests
51- # run: npm run test
34+ tests :
35+ name : Tests
36+ runs-on : ubuntu-latest
37+ steps :
38+ - name : Checkout
39+ uses : actions/checkout@v2
40+ with :
41+ fetch-depth : 0
42+ - name : Setup Node
43+ uses : actions/setup-node@v2
44+ with :
45+ node-version : ' 14.x'
46+ cache : ' npm'
47+ - name : Install Packages
48+ run : npm ci
49+ - name : Unit Tests
50+ run : npm run test
You can’t perform that action at this time.
0 commit comments