Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed Jul 17, 2024
1 parent aec7e00 commit ecd2a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: apps/vite-react
working-directory: ./apps/react-vite
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: apps/vite-react
working-directory: ./apps/react-vite
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit ecd2a96

Please sign in to comment.