Skip to content

Commit

Permalink
Merge branch 'main' into feat/update_openapi_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ezawadski authored Jan 15, 2025
2 parents f63e510 + d3d20fc commit c340ef5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/frontend_coral_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Start backend (for OpenAPI)
run: docker compose up backend -d
- name: Set up Node.js and install dependencies
uses: ./.github/actions/coral-web-install
- name: Check format
run: npm run format
- name: Check build
run: npm run build
- name: Generate client
run: npm run generate:client && npm run format:write
- name: Check generated client
run: git diff --exit-code ./src/cohere-client/generated || (echo "Generated client is outdated. Please regenerate and commit." && exit 1)

0 comments on commit c340ef5

Please sign in to comment.