1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00

Update build.yml

This commit is contained in:
Madeline 2023-08-25 00:03:03 +10:00 committed by GitHub
parent 8a7ee8c8a9
commit d158b11421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [ "**" ]
branches: [ "master" ]
pull_request:
branches: [ "**" ]
branches: [ "master" ]
jobs:
build:
@ -25,4 +25,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run test --if-present
- run: npm run test --if-present