Skip to content

Commit f7416aa

Browse files
committed
Matrix for OS is done in test-smoke directly
1 parent fad85eb commit f7416aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,7 @@ concurrency:
4141

4242
jobs:
4343
run-feature-format-tests:
44-
name: Run feature-format matrix on (${{ matrix.os }})
45-
strategy:
46-
fail-fast: false
47-
matrix:
48-
os:
49-
- ubuntu-latest
50-
- windows-latest
44+
name: Run feature-format matrix
5145
uses: ./.github/workflows/test-smokes.yml
5246
with:
5347
buckets: '[ "../dev-docs/feature-format-matrix/qmd-files/**/*.qmd" ]'

0 commit comments

Comments
 (0)