Skip to content

Commit

Permalink
ci: remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 8, 2023
1 parent 0440276 commit 33cbddb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,11 @@ jobs:
- name: Install Dependencies
run: pnpm i

- id: node14
if: matrix.node == 14
run: |
pnpm add -D -w ts-node
echo "::set-output name=tsRunner::ts-node"
- name: Build, Lint and Test
run: pnpm run-s build lint test
env:
EFF_NO_LINK_RULES: true
PARSER_NO_WATCH: true
SYNCKIT_TS_RUNNER: ${{ steps.node14.outputs.tsRunner }}

- name: Codecov
uses: codecov/codecov-action@v3

0 comments on commit 33cbddb

Please sign in to comment.