mirror of
https://github.com/logos-messaging/waku-react.git
synced 2026-01-04 07:03:07 +00:00
remove test
This commit is contained in:
parent
8107423348
commit
cd4c09191f
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -19,17 +19,7 @@ jobs:
|
||||
node-version: ${{ env.NODE_JS }}
|
||||
- uses: bahmutov/npm-install@v1
|
||||
- run: npm run lint
|
||||
- run: npm run test:tsc
|
||||
|
||||
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
|
||||
- run: npm run type
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@ -43,7 +33,7 @@ jobs:
|
||||
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check, test, build]
|
||||
needs: [check, build]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user