Skip to content

Commit 7365634

Browse files
authored
chore: Update CI configuration (#2642)
1 parent b76d89d commit 7365634

File tree

6 files changed

+16
-168
lines changed

6 files changed

+16
-168
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@ jobs:
5959
with:
6060
directory: ./packages
6161

62+
e2e:
63+
timeout-minutes: 15
64+
name: E2E Tests
65+
runs-on: ubuntu-latest
66+
steps:
67+
- name: Check out the code
68+
uses: actions/checkout@v4
69+
70+
- name: Setup & Install
71+
uses: ./.github/composite-actions/install
72+
73+
# TODO actually run e2e tests
74+
6275
benchmark:
6376
timeout-minutes: 15
6477
name: "Benchmarks"

.github/workflows/CI_legacy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
jobs:
2828
lint:
2929
timeout-minutes: 15
30-
name: Lint Packages (Legacy Packages)
30+
name: Lint Packages
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Check out the code
@@ -40,7 +40,7 @@ jobs:
4040

4141
test:
4242
timeout-minutes: 15
43-
name: Unit Tests (Legacy Packages)
43+
name: Unit Tests
4444
runs-on: ubuntu-latest-16
4545
steps:
4646
- name: Check out the code
@@ -58,7 +58,7 @@ jobs:
5858

5959
e2e:
6060
timeout-minutes: 15
61-
name: E2E Tests (Legacy Packages)
61+
name: E2E Tests
6262
runs-on: ubuntu-latest-16
6363
steps:
6464
- name: Check out the code

.github/workflows/benchmark.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/unit-tests-legacy.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)