Skip to content

Commit 3f97af6

Browse files
bertdeblockknownasilya
authored andcommitted
Fix test command for docs job
1 parent 80f812c commit 3f97af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ jobs:
124124
- name: Install Dependencies
125125
run: yarn install --frozen-lockfile
126126
- name: Test
127-
run: yarn test:ember --launch ${{ matrix.browser }}
127+
run: yarn test:ember
128128
working-directory: docs

0 commit comments

Comments
 (0)