ci: update CI workflow command to change directory first
This commit is contained in:
parent
483446cdd9
commit
82a3f4d195
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ jobs:
|
|||
container:
|
||||
image: git.simonis.lol/projects/bun-casino:latest
|
||||
steps:
|
||||
- run: ls -la
|
||||
- run: cd / && ls -la
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install bun
|
||||
|
|
Reference in a new issue