mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Increase coverage of devcontainer test
This commit is contained in:
parent
3c6d2dd011
commit
1a7fea92f5
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
@ -20,6 +20,10 @@ jobs:
|
||||
run: devcontainer build --workspace-folder .
|
||||
env:
|
||||
DOCKER_BUILDKIT: "1"
|
||||
- name: Start devcontainer
|
||||
run: devcontainer up --workspace-folder .
|
||||
- name: Run devcontainer commands
|
||||
run: devcontainer run-user-commands --workspace-folder .
|
||||
|
||||
web_lint:
|
||||
name: Web - Lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user