Skip to content

Commit 809bf34

Browse files
committed
Test ember-source beta
1 parent f739da1 commit 809bf34

2 files changed

Lines changed: 378 additions & 23 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- master
8+
- test-ember-source-beta
89
pull_request: {}
910

1011
concurrency:
@@ -34,7 +35,7 @@ jobs:
3435
run: pnpm --filter ember-basic-dropdown lint
3536

3637
test:
37-
name: "Tests"
38+
name: 'Tests'
3839
runs-on: ubuntu-latest
3940
needs: lint
4041

@@ -58,7 +59,7 @@ jobs:
5859
run: pnpm --filter test-app test:ember
5960

6061
test-shadow-dom:
61-
name: "Tests Shadow dom"
62+
name: 'Tests Shadow dom'
6263
runs-on: ubuntu-latest
6364
needs: lint
6465

@@ -82,7 +83,7 @@ jobs:
8283
run: pnpm --filter test-app test:ember-shadow-dom
8384

8485
floating:
85-
name: "Floating Dependencies"
86+
name: 'Floating Dependencies'
8687
runs-on: ubuntu-latest
8788
needs: lint
8889

0 commit comments

Comments
 (0)