Skip to content

Commit

Permalink
Disable Open SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Dec 17, 2024
1 parent f5471c4 commit ca5afa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
$AGENT_TOOLSDIRECTORY/node/$NODE_VERSION/x64/bin/npm install --legacy-peer-deps
- name: Run tests
run: |
export OPENSSL_CONF=/dev/null
$AGENT_TOOLSDIRECTORY/node/$NODE_VERSION/x64/bin/npm install -g grunt-cli
sudo apt install xvfb -y && Xvfb :99 & export DISPLAY=:99
grunt run-all-tests --env=prod

0 comments on commit ca5afa8

Please sign in to comment.