Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: transition fern-bot to use step functions #1033

Merged
merged 16 commits into from
Jun 21, 2024
Merged
Prev Previous commit
Next Next commit
add in filter
  • Loading branch information
armandobelardo committed Jun 21, 2024
commit c65c36786b0ee3fb7702d294855eeb08f9f6761e
6 changes: 3 additions & 3 deletions .github/workflows/test-fern-bot.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,6 @@ jobs:
CI: false
# For now we're just invoking all the functions to confirm they're functional
run: |
pnpm invoke local --function updateRepoDataset --stage development
pnpm invoke local --function updateOpenApiSpecs --stage development
pnpm invoke local --function updateOpenApiSpecs --stage development
pnpm --filter "@fern-platform/fern-bot" invoke local --function updateRepoDataset --stage development
pnpm --filter "@fern-platform/fern-bot" invoke local --function updateOpenApiSpecs --stage development
pnpm --filter "@fern-platform/fern-bot" invoke local --function updateOpenApiSpecs --stage development