Skip to content

Update nginx for handling unrestricted file upload (#99) #139

Update nginx for handling unrestricted file upload (#99)

Update nginx for handling unrestricted file upload (#99) #139

Workflow file for this run

name: Compile
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: build node
run: |
npm install
npm run build
npm run test -- --coverage
working-directory: facade-app
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
directory: ./facade-app