Compare commits
2 Commits
c387c1335c
...
3561ad7319
Author | SHA1 | Date | |
---|---|---|---|
3561ad7319 | |||
899520fd3c |
@ -1,23 +0,0 @@
|
|||||||
name: Build DeguApp backend
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Node.js and TypeScript
|
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: "20.14.0"
|
|
||||||
|
|
||||||
- name: npm install, build and test
|
|
||||||
run: |
|
|
||||||
npm install
|
|
||||||
npm run build --if-present
|
|
||||||
npm run test
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user