Skip to content

Commit

Permalink
Merge pull request #37 from ergofriend/fix-ci-2
Browse files Browse the repository at this point in the history
fix ci
  • Loading branch information
ergofriend authored May 20, 2023
2 parents 371142b + a8856b8 commit bad57fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 16

- name: Install
uses: npm ci
run: npm ci

- name: Build
run: npm run build
Expand All @@ -34,7 +34,7 @@ jobs:
node-version: 16

- name: Install
uses: npm ci
run: npm ci

- name: Typecheck
run: npm run typecheck
Expand All @@ -52,7 +52,7 @@ jobs:
node-version: 16

- name: Install
uses: npm ci
run: npm ci

- name: Test
run: npm run test -- --ci --coverage --maxWorkers=2
Expand All @@ -70,7 +70,7 @@ jobs:
node-version: 16

- name: Install
uses: npm ci
run: npm ci

- name: Build
run: npm run build
Expand Down

0 comments on commit bad57fb

Please sign in to comment.