Skip to content

chore(deps): Bump undici from 7.19.2 to 7.24.0 in /app #1004

chore(deps): Bump undici from 7.19.2 to 7.24.0 in /app

chore(deps): Bump undici from 7.19.2 to 7.24.0 in /app #1004

name: app build & lint
on:
workflow_dispatch:
push:
branches-ignore:
- 'devops/**' # Ignore any branch prefixed with devops/
pull_request:
branches-ignore:
- 'devops/**' # Ignore any branch prefixed with devops/
jobs:
build-app:
runs-on: ubuntu-20.04
permissions:
contents: read
container:
image: node:20.10-alpine
steps:
- uses: actions/checkout@v3
- name: Build app
run: |
docker build --target test -t statbus-app-test -f app/Dockerfile app
- name: Run App Tests
run: |
docker run --rm statbus-app-test