diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 561e170..f781dda 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: |