From 4ce4f86419f28af107d5aaaa2cbba128bb8a1b06 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 10:44:04 +0100 Subject: [PATCH] ci: update checkout step in CI workflow to change dir --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2b1654..68c7285 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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