Skip to content

Commit

Permalink
revert: restore normal workflow states
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 24, 2022
1 parent 2d7200b commit 5aba884
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Run `openapi` command
uses: ./rdme-repo/
with:
rdme: swagger oas-examples-repo/3.1/json/petstore.json --key=${{ secrets.RDME_TEST_PROJECT_API_KEY }} --id=${{ secrets.RDME_TEST_PROJECT_API_SETTING }}
rdme: openapi oas-examples-repo/3.1/json/petstore.json --key=${{ secrets.RDME_TEST_PROJECT_API_KEY }} --id=${{ secrets.RDME_TEST_PROJECT_API_SETTING }}
2 changes: 1 addition & 1 deletion .github/workflows/gh-action-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Run `validate` command
uses: ./ # in actual production usage, this value should be 'readmeio/rdme@XX'
with:
rdme: validate __tests__/__fixtures__/invalid-oas.json
rdme: validate __tests__/__fixtures__/ref-oas/petstore.json
1 change: 0 additions & 1 deletion bin/rdme
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ require('../src')(process.argv.slice(2))

// eslint-disable-next-line no-console
console.error(chalk.red(`\n${message}\n`));

return process.exit(1);
});

0 comments on commit 5aba884

Please sign in to comment.