Skip to content

feat(azure-func): upgrade @azure/functions to 4.5.1 #86

feat(azure-func): upgrade @azure/functions to 4.5.1

feat(azure-func): upgrade @azure/functions to 4.5.1 #86

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- run: npx nx format:check --base=origin/master
- run: npx nx affected -t lint --parallel=3 --base=origin/master
- run: npx nx affected -t test --parallel=3 --base=origin/master
- run: npx nx affected -t build --parallel=3 --base=origin/master
- run: npx nx affected -t typecheck:specs --parallel=3 --base=origin/master
- run: npx nx affected -t e2e --parallel=3 --base=origin/master