Skip to content

Commit

Permalink
CI experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jul 27, 2024
1 parent 29f26c6 commit cbc8155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,5 @@ jobs:
run: sudo apt-get install -y xvfb

- name: Run ${{ matrix.package }} Tests
run: Xvfb :1 & cd node_modules/${{ matrix.package }} && if test -d spec; then DISPLAY=:1 pulsar --test spec; fi
run: export PULSAR_PATH="${TMPDIR:=/tmp}/pulsar-build/Pulsar"; Xvfb :1 & cd node_modules/${{ matrix.package }} && if test -d spec; then DISPLAY=:1 pulsar --test spec; fi
# run: node -e "require('./script/run-package-tests')(/${{ matrix.package }}/)"

0 comments on commit cbc8155

Please sign in to comment.