mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Fix devcontainer start in CI
This commit is contained in:
parent
1a7fea92f5
commit
359008cc3d
4
.github/workflows/pull_request.yml
vendored
4
.github/workflows/pull_request.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
build_devcontainer:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build Devcontainer
|
||||
env:
|
||||
DOCKER_BUILDKIT: "1"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@master
|
||||
@ -18,8 +20,6 @@ jobs:
|
||||
run: npm install --global @devcontainers/cli
|
||||
- name: Ensure devcontainer builds
|
||||
run: devcontainer build --workspace-folder .
|
||||
env:
|
||||
DOCKER_BUILDKIT: "1"
|
||||
- name: Start devcontainer
|
||||
run: devcontainer up --workspace-folder .
|
||||
- name: Run devcontainer commands
|
||||
|
||||
Loading…
Reference in New Issue
Block a user