Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TdyP committed Jul 28, 2023
1 parent 9ed0356 commit 7bf20a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
node-version: 18.x
cache: 'yarn'
- run: sudo apt-get install -y perl pkgconfig poppler poppler-dev poppler-utils
- run: yarn install
- run: yarn lint

Expand All @@ -35,6 +36,7 @@ jobs:
with:
node-version: 18.x
cache: 'yarn'
- run: sudo apt-get install -y perl pkgconfig poppler poppler-dev poppler-utils
- run: yarn install
- run: yarn tscheck

Expand All @@ -50,6 +52,7 @@ jobs:
with:
node-version: 18.x
cache: 'yarn'
- run: sudo apt-get install -y perl pkgconfig poppler poppler-dev poppler-utils
- run: yarn install
- run: yarn test --all
env:
Expand Down Expand Up @@ -93,6 +96,7 @@ jobs:
with:
stack-version: 8.5.3
security-enabled: false
- run: sudo apt-get install -y perl pkgconfig poppler poppler-dev poppler-utils
- run: yarn install
- name: Run e2e tests
working-directory: ./apps/core
Expand Down Expand Up @@ -151,6 +155,7 @@ jobs:
with:
stack-version: 8.5.3
security-enabled: false
- run: sudo apt-get install -y perl pkgconfig poppler poppler-dev poppler-utils
- run: yarn install
- name: Run e2e tests
working-directory: ./apps/core
Expand Down Expand Up @@ -186,6 +191,7 @@ jobs:
with:
node-version: 18.x
cache: 'yarn'
- run: sudo apt-get install -y perl pkgconfig poppler poppler-dev poppler-utils
- run: yarn install
- name: Run e2e tests
working-directory: ./apps/sync-scan
Expand Down

0 comments on commit 7bf20a7

Please sign in to comment.