Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /api/functions #96

Bump word-wrap from 1.2.3 to 1.2.4 in /api/functions

Bump word-wrap from 1.2.3 to 1.2.4 in /api/functions #96

Workflow file for this run

name: PR - Test build
on:
pull_request:
branches: [main, staging]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
- name: Test Svelte build
run: |
cd ui
npm i
npm run build
- name: Test Firebase API build
run: |
cd api/functions
npm i
npm run lint
npm run test
- name: Test Docker build
run: |
cd docker
docker build -t sswconsulting/codeauditor .