Skip to content

Commit

Permalink
attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-Ayrikh committed Jan 22, 2025
1 parent 19078c5 commit 9778c45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set env var to fix PhantomJS
run: |
echo "OPENSSL_CONF=/tmp/openssl.cnf"
- name: Checkout 🛎️
uses: actions/checkout@v2

Expand All @@ -18,10 +22,6 @@ jobs:
with:
python-version: '3.10'

- name: Set env var to fix PhantomJS
run: |
echo "OPENSSL_CONF=/tmp/openssl.cnf"
- name: Test ✔️
run: |
npm ci
Expand Down

0 comments on commit 9778c45

Please sign in to comment.