ci(action): update

This commit is contained in:
Leifer Mendez
2022-12-08 20:11:33 +01:00
parent 230538bcea
commit 294bfbb35f
2 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
name: Test / Coverage name: Bot CI
on: on:
push: push:
branches: [dev] branches: [dev]
pull_request: pull_request:
branches: [main] branches: [main, dev]
jobs: jobs:
build: build:
@@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm install - run: corepack enable
- run: npm run build --if-present - name: Install NPM Dependencies
- run: npm run test.unit run: yarn install --immutable --network-timeout 300000
- run: npm run test.coverage

View File

@@ -5,6 +5,7 @@
"cli", "cli",
"bot", "bot",
"provider", "provider",
"adapter" "adapter",
"ci"
] ]
} }