Skip to content

Commit

Permalink
more thorough ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Aug 6, 2024
1 parent 731feef commit 4d1946a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@ env:
CARGO_TERM_COLOR: always

jobs:
check-injection:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run injection script locally
run: find docs/user_guides/templates/ -type f -print0 | OUTPUT_FOLDER=docs/user_guides/templates_injected xargs -0 ./inject_code_in_user_guides.sh
- name: User guides generation
run: ./generate_user_guides.sh
- name: yarn install
run: corepack enable && yarn
- name: yarn build
run: PUBLISH_MODE=1 yarn build

test-code-snippets-rust:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4d1946a

Please sign in to comment.