mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 10:41:22 +00:00
ci(test): add test-package
job
This commit is contained in:
parent
3064375fdd
commit
57b69c015f
20
.github/workflows/test.yaml
vendored
20
.github/workflows/test.yaml
vendored
@ -30,6 +30,26 @@ jobs:
|
||||
- name: Check Lint
|
||||
run: yarn lint
|
||||
|
||||
test-package:
|
||||
name: Test Package
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
- name: Setup Yarn
|
||||
uses: threeal/setup-yarn-action@v2.0.0
|
||||
with:
|
||||
version: stable
|
||||
|
||||
- name: Test Package
|
||||
run: yarn test
|
||||
|
||||
test-action:
|
||||
name: Test Action
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
|
Loading…
Reference in New Issue
Block a user