forked from lix-project/hydra
Disable broken validate-openapi test
This commit is contained in:
parent
c4062c2772
commit
ce7b23ae09
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
|
@ -12,11 +12,11 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v12
|
||||||
#- run: nix flake check
|
#- run: nix flake check
|
||||||
- run: nix-build -A checks.x86_64-linux.build
|
- run: nix-build -A checks.x86_64-linux.build
|
||||||
validate-openapi:
|
#validate-openapi:
|
||||||
runs-on: ubuntu-18.04
|
# runs-on: ubuntu-18.04
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
with:
|
# with:
|
||||||
fetch-depth: 0
|
# fetch-depth: 0
|
||||||
- uses: cachix/install-nix-action@v12
|
# - uses: cachix/install-nix-action@v12
|
||||||
- run: nix-shell -p openapi-generator-cli --run "openapi-generator-cli validate -i ./hydra-api.yaml"
|
# - run: nix-shell -p openapi-generator-cli --run "openapi-generator-cli validate -i ./hydra-api.yaml"
|
||||||
|
|
Loading…
Reference in a new issue