ci: update checkout step in CI workflow to change dir
This commit is contained in:
parent
313950e998
commit
4ce4f86419
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -la
|
||||
- run: cd frontend && ls -la
|
||||
- name: Install bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Install dependencies
|
||||
|
|
Reference in a new issue