Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/master/tailwindcss…
Browse files Browse the repository at this point in the history
…-4.0.6
  • Loading branch information
kobenguyent authored Feb 11, 2025
2 parents d0d8644 + cd822ad commit d73c8b2
Show file tree
Hide file tree
Showing 3 changed files with 1,108 additions and 1,713 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: git config --global user.name "GitHub CD bot"
- run: git config --global user.email "[email protected]"
- name: Install deps
run: npm i -g wait-for-localhost-cli && npm i
run: npm i -g wait-for-localhost-cli && npm i -f
- name: Start app and run tests
run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test
env:
Expand Down
Loading

0 comments on commit d73c8b2

Please sign in to comment.