remove test

This commit is contained in:
Sasha 2023-07-28 12:37:22 +02:00
parent 8107423348
commit cd4c09191f
No known key found for this signature in database

View File

@ -19,17 +19,7 @@ jobs:
node-version: ${{ env.NODE_JS }} node-version: ${{ env.NODE_JS }}
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
- run: npm run lint - run: npm run lint
- run: npm run test:tsc - run: npm run type
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_JS }}
- uses: bahmutov/npm-install@v1
- run: npm run test
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -43,7 +33,7 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [check, test, build] needs: [check, build]
if: github.event_name == 'push' && github.ref == 'refs/heads/master' if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v2.3.3 - uses: actions/checkout@v2.3.3