From 14db7a8eb37f09ed0ab7daf3947721feb1799ccf Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 12 Jan 2026 08:53:24 +0100 Subject: [PATCH] ci: move fetch test from integration to e2e --- .github/workflows/e2e-integration-test.yml | 16 ---------------- .github/workflows/e2e-test.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/e2e-integration-test.yml b/.github/workflows/e2e-integration-test.yml index 7a6de0ee..5bb24d1f 100644 --- a/.github/workflows/e2e-integration-test.yml +++ b/.github/workflows/e2e-integration-test.yml @@ -66,19 +66,3 @@ jobs: ./lightpanda serve & echo $! > LPD.pid go run integration/main.go kill `cat LPD.pid` - - browser-fetch: - name: browser fetch - needs: zig-build-release - - runs-on: ubuntu-latest - - steps: - - name: download artifact - uses: actions/download-artifact@v4 - with: - name: lightpanda-build-release - - - run: chmod a+x ./lightpanda - - - run: ./lightpanda fetch https://demo-browser.lightpanda.io/campfire-commerce/ diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index c9e0271a..ffceba2c 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -232,3 +232,19 @@ jobs: - name: format and send json result run: /perf-fmt hyperfine ${{ github.sha }} hyperfine.json + + browser-fetch: + name: browser fetch + needs: zig-build-release + + runs-on: ubuntu-latest + + steps: + - name: download artifact + uses: actions/download-artifact@v4 + with: + name: lightpanda-build-release + + - run: chmod a+x ./lightpanda + + - run: ./lightpanda fetch https://demo-browser.lightpanda.io/campfire-commerce/