From 2460e51de2e3afbface45012252170d75bccbdce Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Thu, 21 Nov 2024 11:02:51 -0600 Subject: [PATCH] Revert "chore: try adding this to see if error comes through properly" This reverts commit b970e541a9045fad65b2cc505f7730f3bb943df7. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1bf5c386..ba7c9dfea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Run `openapi:validate` with filename in quotes uses: ./rdme-repo/ with: - rdme: openapi:validate "rdme-repo/__tests__/__fixtures__/invalid-oas.json" + rdme: openapi:validate "oas-examples-repo/3.1/json/petstore.json" # Docs: https://rdme-test.readme.io - name: Run `openapi` command