Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PauliusKu committed Jan 23, 2025
1 parent da555cb commit 9f0c824
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:

- run: npm install

- name: Compile
run: xvfb-run -a npm run compile
if: runner.os == 'Linux'

- name: Get ADE Repo
run: xvfb-run -a npm run get-ade-test
if: runner.os == 'Linux'
Expand Down

0 comments on commit 9f0c824

Please sign in to comment.