Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/staging' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl committed Dec 13, 2024
2 parents a7e863e + 22ffd12 commit 7759a39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4,432 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 @@ -24,6 +24,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 7759a39

Please sign in to comment.