Skip to content

Commit 84050db

Browse files
committed
Ensure the ember-fetch tests run
1 parent ff9fde6 commit 84050db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci-build.yml

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ jobs:
3232
- run: pnpm test:ember
3333
working-directory: test-apps/base-tests
3434

35+
test_ember-fetch:
36+
timeout-minutes: 10
37+
name: "Tests (ember-fetch @ v8)"
38+
runs-on: ubuntu-latest
39+
40+
steps:
41+
- uses: actions/checkout@v4
42+
- uses: wyvox/action-setup-pnpm@v3
43+
- run: pnpm test:ember
44+
working-directory: test-apps/ember-fetch-v8
45+
3546
floating-dependencies:
3647
timeout-minutes: 10
3748
name: "Floating Dependencies"

0 commit comments

Comments
 (0)