Browse Source

Format script

main
Granty1 5 years ago
parent
commit
d035bf0c44
  1. 24
      .github/workflows/build_test.yml

24
.github/workflows/build_test.yml

@ -20,19 +20,19 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12.x] node-version: [12.x]
steps:
- name: Check out branch
uses: actions/checkout@v2
steps:
- name: Check out branch
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install
npm run build
working-directory: ./web
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install
npm run build
working-directory: ./web
backend: backend:
name: Backend build name: Backend build

Loading…
Cancel
Save