mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
ci: use the demo go runner
This commit is contained in:
17
.github/workflows/e2e-test.yml
vendored
17
.github/workflows/e2e-test.yml
vendored
@@ -127,21 +127,8 @@ jobs:
|
||||
|
||||
- run: chmod a+x ./lightpanda
|
||||
|
||||
- name: run puppeteer links
|
||||
- name: run end to end tests
|
||||
run: |
|
||||
./lightpanda serve & echo $! > LPD.pid
|
||||
node puppeteer/links.js || exit 1
|
||||
go run runner/main.go --verbose
|
||||
kill `cat LPD.pid`
|
||||
|
||||
- name: run puppeteer dump
|
||||
run: |
|
||||
./lightpanda serve & echo $! > LPD.pid
|
||||
node puppeteer/dump.js || exit 1
|
||||
kill `cat LPD.pid`
|
||||
|
||||
- name: run playwright connect
|
||||
run: |
|
||||
python3 -m http.server 1234 -d ./public & echo $! > PYTHON.pid
|
||||
./lightpanda serve & echo $! > LPD.pid
|
||||
node playwright/connect.js || exit 1
|
||||
kill `cat LPD.pid` `cat PYTHON.pid`
|
||||
|
||||
Reference in New Issue
Block a user