From 20e75a6b6a3f5aeb576fff68082b39d65891899c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 30 Jul 2020 14:05:02 -0400 Subject: [PATCH] 4.4.2 Deployment attempt [DMDeploy][APIDeploy][NugetDeploy][TGSDeploy] --- .github/workflows/ci-suite.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index adac584a12..53cbfa4904 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -376,8 +376,13 @@ jobs: validate-openapi-spec: name: OpenAPI Spec Validation needs: windows-integration-test - runs-on: windows-latest + runs-on: ubuntu-latest steps: + - name: Install Node 12.X + uses: actions/setup-node@v1 + with: + node-version: 12.x + - name: Install IBM OpenAPI Validator run: npm i -g ibm-openapi-validator @@ -391,7 +396,7 @@ jobs: path: ./swagger.json - name: Lint OpenAPI Spec - run: npx lint-openapi -p -c build/OpenApiValidationSettings.json ./swagger.json + run: npx lint-openapi -p -c build/OpenApiValidationSettings.json swagger.json upload-code-coverage: name: Upload Code Coverage