Abheek
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
.github/workflows/node.js.yml
|
@ -9,6 +9,10 @@ on: |
|
|
pull_request: |
|
|
pull_request: |
|
|
branches: [ master ] |
|
|
branches: [ master ] |
|
|
|
|
|
|
|
|
|
|
|
defaults: |
|
|
|
|
|
run: |
|
|
|
|
|
working-directory: web |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
|
|
|
|
|
@ -25,7 +29,6 @@ jobs: |
|
|
uses: actions/setup-node@v1 |
|
|
uses: actions/setup-node@v1 |
|
|
with: |
|
|
with: |
|
|
node-version: ${{ matrix.node-version }} |
|
|
node-version: ${{ matrix.node-version }} |
|
|
- run: cd bot |
|
|
|
|
|
- run: npm ci |
|
|
- run: npm ci |
|
|
- run: npm run build --if-present |
|
|
- run: npm run build --if-present |
|
|
- run: npm test |
|
|
- run: npm test |
|
|