Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 16, 2024
1 parent 0b0c2cd commit 4059507
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
cache-dependency-path: 'docs/yarn.lock'
- name: Build Chicory
run: mvn -B -Dquickly
- name: Test Docs
working-directory: docs
run: |
yarn install --frozen-lockfile
yarn test
npm install
npm run test
test-results:
name: Test Results
Expand Down

0 comments on commit 4059507

Please sign in to comment.