From 36be142de1ca9e30c38adc6ca88baf3daf34654f Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:04:31 +0100 Subject: [PATCH] ci: simplify command in CI workflow configuration --- .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 974ebca..0d084f0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: container: image: git.simonis.lol/projects/bun-casino:latest steps: - - run: cd frontend && ls -la + - run: ls -la - name: Checkout Code uses: actions/checkout@v4 - name: Install bun