Skip to content

Commit ca18545

Browse files
authored
Ignore global css (#7543)
* removed global.css * ignoring global.css * updated component testing to generate global css prior tests * added yarn install to the flow
1 parent 7d20d66 commit ca18545

File tree

3 files changed

+5
-4431
lines changed

3 files changed

+5
-4431
lines changed

.github/workflows/ci_cypress_component.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version-file: '.nvmrc'
25+
- name: install dependencies
26+
run: yarn install
27+
- name: generate global css
28+
run: yarn tailwind
2529
- name: Cypress run
2630
uses: cypress-io/github-action@v5
2731
with:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ cypress/videos/*
5757
*.diff.png
5858
*.actual.png
5959
.trunk/*
60+
app/react/App/styles/globals.css

0 commit comments

Comments
 (0)