Skip to content

Commit

Permalink
Merge pull request #2 from rotirk20/development
Browse files Browse the repository at this point in the history
Adding pages, tailwind and routing
  • Loading branch information
rotirk20 authored Sep 5, 2024
2 parents d243f67 + 065919a commit a19b8be
Show file tree
Hide file tree
Showing 25 changed files with 762 additions and 66 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run vulnerability check
run: npm audit --audit-level=moderate # specify audit level: low, moderate, high, critical

- name: Run tests
run: npm test -- --watch=false --browsers=ChromeHeadless
# - name: Run tests
# run: npm test -- --watch=false --browsers=ChromeHeadless

- name: Build project
run: npm run build
Expand Down
Loading

0 comments on commit a19b8be

Please sign in to comment.