Skip to content

Commit cd3fe82

Browse files
niktverdNikolay Tverdokhlebov
andauthored
test: github action config for test (#100)
Co-authored-by: Nikolay Tverdokhlebov <[email protected]>
1 parent e981e66 commit cd3fe82

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)