Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Jan 2, 2024
1 parent fc8acc8 commit c9549cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Install deps
run: |
RUN bun install --frozen-lockfile && \
cd server && \
RUN bun install --frozen-lockfile
cd server
bun install --frozen-lockfile
- name: Validate the data
Expand Down

0 comments on commit c9549cd

Please sign in to comment.