Skip to content

build(deps-dev): Bump express in /robotica-frontend #3114

build(deps-dev): Bump express in /robotica-frontend

build(deps-dev): Bump express in /robotica-frontend #3114

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix flake check --impure
- run: nix build '.#brian-backend'
- run: nix build '.#robotica-frontend'
- run: nix build '.#robotica-slint'
- run: nix build '.#robotica-freeswitch'