Skip to content

Commit

Permalink
phantomjs image
Browse files Browse the repository at this point in the history
  • Loading branch information
itanka9 committed Jan 22, 2025
1 parent 75e53c2 commit c905abe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
test:
runs-on: ubuntu-latest
runs-on: servebox/phantomjs

steps:
- name: Checkout 🛎️
Expand All @@ -18,10 +18,6 @@ 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 c905abe

Please sign in to comment.