Skip to content

Commit 7938746

Browse files
committed
ci: streamline E2E workflow - remove legacy bash script job, use ubuntu-latest
- Remove redundant e2e-tests job that ran grep-based static checks - Change playwright-e2e from macos-latest to ubuntu-latest (cost + reliability) - Keep only the real Playwright E2E browser tests in CI
1 parent 3591a3f commit 7938746

2 files changed

Lines changed: 4 additions & 29 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,9 @@ on:
2323
- 'Cargo.lock'
2424

2525
jobs:
26-
e2e-tests:
27-
name: E2E Test Suite
28-
runs-on: macos-latest
29-
steps:
30-
- uses: actions/checkout@v4
31-
32-
- name: Setup Rust
33-
uses: dtolnay/rust-toolchain@stable
34-
35-
- name: Cache cargo dependencies
36-
uses: actions/cache@v4
37-
with:
38-
path: |
39-
~/.cargo/registry
40-
~/.cargo/git
41-
target
42-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
43-
restore-keys: |
44-
${{ runner.os }}-cargo-
45-
46-
- name: Run E2E Test Suite
47-
run: |
48-
chmod +x scripts/e2e-test.sh
49-
bash scripts/e2e-test.sh
50-
5126
playwright-e2e:
5227
name: Playwright E2E Tests
53-
runs-on: macos-latest
28+
runs-on: ubuntu-latest
5429
steps:
5530
- uses: actions/checkout@v4
5631

.sisyphus/ralph-loop.local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
active: true
3-
iteration: 9
3+
iteration: 11
44
completion_promise: "DONE"
55
initial_completion_promise: "DONE"
6-
started_at: "2026-04-05T03:49:56.798Z"
6+
started_at: "2026-04-05T04:03:09.775Z"
77
session_id: "ses_2a4a2ee99ffes36Rczl4j6DduC"
88
ultrawork: true
99
strategy: "continue"
10-
message_count_at_start: 293
10+
message_count_at_start: 310
1111
---
1212
Push the change to th repositary and ensure the genrate artifact is full testd using e2e tests

0 commit comments

Comments
 (0)