We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b09bd8 commit 5a4b4b5Copy full SHA for 5a4b4b5
.github/workflows/ci-components.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
- name: Get changed files
27
id: read-files
28
- run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/ember-flight-icons" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml"
+ run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml"
29
30
test:
31
name: "Tests"
@@ -98,4 +98,4 @@ jobs:
98
run: yarn ember try:one ${{ matrix.try-scenario }}
99
env:
100
PERCY_ENABLE: 0
101
- YARN_ENABLE_IMMUTABLE_INSTALLS: false
+ YARN_ENABLE_IMMUTABLE_INSTALLS: false
0 commit comments