Skip to content

Commit

Permalink
chore(BuildTool): arrange workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 committed Mar 27, 2024
1 parent 8007d24 commit 0d7988b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: check-changed
name: check

on: [pull_request]

jobs:
test:
changed:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/test-legacy.yml

This file was deleted.

15 changes: 14 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

jobs:
test:
ts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -23,3 +23,16 @@ jobs:

- name: coverage
run: bash <(curl -s https://codecov.io/bash)
js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'

- run: npm ci

- run: npm run test:js

0 comments on commit 0d7988b

Please sign in to comment.