Skip to content

Commit

Permalink
Ignore global css (#7543)
Browse files Browse the repository at this point in the history
* removed global.css

* ignoring global.css

* updated component testing to generate global css prior tests

* added yarn install to the flow
  • Loading branch information
konzz authored Dec 13, 2024
1 parent 7d20d66 commit ca18545
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4,431 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cypress_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: install dependencies
run: yarn install
- name: generate global css
run: yarn tailwind
- name: Cypress run
uses: cypress-io/github-action@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ cypress/videos/*
*.diff.png
*.actual.png
.trunk/*
app/react/App/styles/globals.css
Loading

0 comments on commit ca18545

Please sign in to comment.