ci: add step to navigate to backend directory

This commit is contained in:
Jan Gleytenhoover 2025-02-13 11:41:18 +01:00
parent 4a4bbbc683
commit 582f8b1a6c
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -12,6 +12,8 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Go to backend"
run: cd backend
- uses: actions/cache@v3
with:
path: |