Skip to content

Commit c905abe

Browse files
committed
phantomjs image
1 parent 75e53c2 commit c905abe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33

44
jobs:
55
test:
6-
runs-on: ubuntu-latest
6+
runs-on: servebox/phantomjs
77

88
steps:
99
- name: Checkout 🛎️
@@ -18,10 +18,6 @@ jobs:
1818
with:
1919
python-version: '3.10'
2020

21-
- name: Set env var to fix PhantomJS
22-
run: |
23-
echo "OPENSSL_CONF=/etc/ssl"
24-
2521
- name: Test ✔️
2622
run: |
2723
npm ci

0 commit comments

Comments
 (0)