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 7fd2330
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,12 @@ 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 run test
test-results:
name: Test Results
Expand Down

0 comments on commit 7fd2330

Please sign in to comment.