ci: update CI workflow command to change directory first

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:09:08 +01:00
parent 483446cdd9
commit 82a3f4d195
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -81,7 +81,7 @@ jobs:
container: container:
image: git.simonis.lol/projects/bun-casino:latest image: git.simonis.lol/projects/bun-casino:latest
steps: steps:
- run: ls -la - run: cd / && ls -la
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install bun - name: Install bun