mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Disable CI stuff which does not work until we fix them
This commit is contained in:
parent
122edac1bc
commit
d2a2ba321d
15
.github/workflows/pull_request.yml
vendored
15
.github/workflows/pull_request.yml
vendored
@ -9,12 +9,13 @@ jobs:
|
|||||||
build_devcontainer:
|
build_devcontainer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build Devcontainer
|
name: Build Devcontainer
|
||||||
|
# The Dockerfile contains features that requires buildkit, and since the
|
||||||
|
# devcontainer cli uses docker-compose to build the image, the only way to
|
||||||
|
# ensure docker-compose uses buildkit is to explicitly enable it.
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: "1"
|
DOCKER_BUILDKIT: "1"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup Docker Compose
|
|
||||||
uses: ndeloof/install-compose-action@v0.0.1
|
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
@ -22,10 +23,12 @@ jobs:
|
|||||||
run: npm install --global @devcontainers/cli
|
run: npm install --global @devcontainers/cli
|
||||||
- name: Build devcontainer
|
- name: Build devcontainer
|
||||||
run: devcontainer build --workspace-folder .
|
run: devcontainer build --workspace-folder .
|
||||||
- name: Start devcontainer
|
# It would be nice to also test the following commands, but for some
|
||||||
run: devcontainer up --workspace-folder .
|
# reason they don't work even though in VS Code devcontainer works.
|
||||||
- name: Run devcontainer scripts
|
# - name: Start devcontainer
|
||||||
run: devcontainer run-user-commands --workspace-folder .
|
# run: devcontainer up --workspace-folder .
|
||||||
|
# - name: Run devcontainer scripts
|
||||||
|
# run: devcontainer run-user-commands --workspace-folder .
|
||||||
|
|
||||||
web_lint:
|
web_lint:
|
||||||
name: Web - Lint
|
name: Web - Lint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user