mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 09:31:16 +00:00
ci: removed tests workflow
This commit is contained in:
parent
8412bfee86
commit
0b44b30b29
1 changed files with 0 additions and 21 deletions
21
.github/workflows/run-tests.yml
vendored
21
.github/workflows/run-tests.yml
vendored
|
@ -1,21 +0,0 @@
|
|||
name: Run Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm ci
|
||||
- run: npx vitest run
|
Loading…
Reference in a new issue