mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Test devcontainer build as part of CI
This commit is contained in:
parent
5de9ba8368
commit
6589368924
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
@ -19,6 +19,10 @@ jobs:
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
working-directory: ./web
|
||||
- name: Install devcontainer cli
|
||||
run: npm install --global @devcontainer/cli
|
||||
- name: Ensure devcontainer builds
|
||||
run: devcontainer build --workspace-folder .
|
||||
|
||||
web_test:
|
||||
name: Web - Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user