ci: simplify command in CI workflow configuration

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:04:31 +01:00
parent 50d0782e02
commit 36be142de1
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -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