Skip to content

Commit 288e4cc

Browse files
authored
Merge pull request #37 from react-bootstrap/ci/add_sass_demo_testing
ci(actions): add sass testing suite to the ci testing matrix
2 parents 2db6989 + bdcf30e commit 288e4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Test Examples
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
test-example:
55
name: Test Example
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
dir: [basic, basic-cdn, basic-ts]
9+
dir: [basic, basic-cdn, basic-ts, basic-sass-custom-theming]
1010
steps:
1111
- name: Checking out Repository
1212
uses: actions/checkout@v1

0 commit comments

Comments
 (0)