Skip to content

Commit d0b4476

Browse files
committed
more CI
1 parent 28ce726 commit d0b4476

File tree

2 files changed

+179
-181
lines changed

2 files changed

+179
-181
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
branches:
55
- main
66
pull_request:
7-
env:
8-
DEBUG: true
97

108
jobs:
119
build:
@@ -22,5 +20,5 @@ jobs:
2220
run: yarn lint
2321
- name: Build
2422
run: yarn build
25-
- name: Run Unit Tests
23+
- name: Test
2624
run: yarn test

0 commit comments

Comments
 (0)