Skip to content

Commit

Permalink
Merge pull request #4716 from xtermjs/Tyriar-patch-1
Browse files Browse the repository at this point in the history
Fix typo in ci.yml
  • Loading branch information
Tyriar committed Aug 22, 2023
2 parents 94ab565 + 43a3251 commit 317ccda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Lint API
run: yarn lint-api

unit-test-parallel:
test-unit-parallel:
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Unit tests
run: yarn test-unit --forbid-only

unit-test:
test-unit:
needs: build
timeout-minutes: 20
strategy:
Expand Down

0 comments on commit 317ccda

Please sign in to comment.