Skip to content

Commit

Permalink
Tested env var to fix PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-Ayrikh committed Jan 22, 2025
1 parent 20903ea commit 75e53c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
python-version: '3.10'

- name: Set env var to fix PhantomJS
run: |
echo "OPENSSL_CONF=/etc/ssl"
- name: Test ✔️
run: |
npm ci
Expand Down

0 comments on commit 75e53c2

Please sign in to comment.