Skip to content

Commit

Permalink
still issues with react routers
Browse files Browse the repository at this point in the history
  • Loading branch information
Renurin committed Jul 18, 2024
2 parents 3ae93f0 + aae05b6 commit 2983a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: action/checkout@v4
with:
ref: react-testing
- uses: actions/checkout@v4
- name: use Node.JS
uses: actions/setup-node@v2
with:
Expand All @@ -16,4 +17,4 @@ jobs:
run: |
npm install
npm run build
npm run test
npm run test

0 comments on commit 2983a1d

Please sign in to comment.