Skip to content

Commit

Permalink
adjust CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lnart committed Apr 3, 2024
1 parent 8f55cee commit 14ca5c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Backend CI

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]

jobs:
test_pull_request:
Expand All @@ -18,5 +16,6 @@ jobs:
with:
node-version: 21
- run: npm ci
- run: npm run format -- --check
- run: npm run test
- run: npm run build

0 comments on commit 14ca5c8

Please sign in to comment.