Skip to content

Commit d1b2811

Browse files
committed
enhance e2e pipeline
1 parent 44315fd commit d1b2811

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
e2e-python:
13-
name: create-llama-python
13+
name: python
1414
timeout-minutes: 60
1515
strategy:
1616
fail-fast: true
@@ -77,7 +77,7 @@ jobs:
7777
retention-days: 30
7878

7979
e2e-typescript:
80-
name: create-llama-typescript
80+
name: typescript
8181
timeout-minutes: 60
8282
strategy:
8383
fail-fast: true

e2e/typescript/resolve_dependencies.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ test.describe("Test resolve TS dependencies", () => {
8080
cwd: appDir,
8181
},
8282
);
83-
expect(installStderr).toBeFalsy();
8483
} catch (error) {
8584
console.error("Error installing dependencies:", error);
8685
throw error;

0 commit comments

Comments
 (0)