Skip to content

Commit

Permalink
Update and rename test-schema-integrity.yml to test-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Spappz <[email protected]>
  • Loading branch information
Spappz authored Apr 27, 2024
1 parent 93fc66f commit 5bc0f97
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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: Test schema integrity
name: Test build

on:
push:
Expand All @@ -25,5 +25,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm test
- run: npm build

0 comments on commit 5bc0f97

Please sign in to comment.