Skip to content

Commit

Permalink
[CI] Testing chromatic ignore for darkside changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Nov 6, 2024
1 parent 256ab2a commit 0fe7676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
buildScriptName: "build:storybook-chromatic"
onlyChanged: true
untraced: "**/package.json|yarn.lock|**/*.md|**/core/css/**/*.darkside.css"
externals: \@navikt/core/css/**/*.css
externals: "\\@navikt/core/css/**/*.css|\\!@navikt/core/css/darkside/**/*.css"
traceChanged: true
env:
STORYBOOK_GITHUB_SHA: ${{ github.sha }}
Expand Down

0 comments on commit 0fe7676

Please sign in to comment.