Skip to content

Commit 8ef8548

Browse files
committed
refactor: rename tests
1 parent 8bbd9f9 commit 8ef8548

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/2023-ts.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Install and test TS 2023
22

33
on:
44
workflow_dispatch:
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
jobs:
11-
bun-unit-tests:
11+
bun-unit-tests-ts-2023:
1212
name: bun-unit-tests
1313
runs-on: ubuntu-latest
1414
steps:
@@ -20,7 +20,9 @@ jobs:
2020
bun-version: latest
2121
- name: Install Dependencies
2222
run: |
23+
cd 2023
2324
bun install
2425
- name: Run Tests
2526
run: |
27+
cd 2023
2628
bun test --coverage

0 commit comments

Comments
 (0)