ci: removed tests workflow

This commit is contained in:
Hackntosh 2023-09-30 19:07:06 -03:00
parent 8412bfee86
commit 0b44b30b29

View file

@ -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