ci: add step to navigate to backend directory
This commit is contained in:
parent
4a4bbbc683
commit
582f8b1a6c
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: "Go to backend"
|
||||||
|
run: cd backend
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
Reference in a new issue