Skip to content

Commit

Permalink
Expensive pandoc test runs only locally
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 10, 2024
1 parent bbdc2f4 commit 18c8542
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Setup pandoc
uses: nikeee/setup-pandoc@v1
with:
pandoc-version: 3.1.12.2
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
npm test test/csdl2markdown.test.js
git diff --exit-code vocabularies
env:
CI: true

0 comments on commit 18c8542

Please sign in to comment.