ci: simplify command in CI workflow configuration
This commit is contained in:
parent
50d0782e02
commit
36be142de1
1 changed files with 1 additions and 1 deletions
|
@ -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: cd frontend && ls -la
|
- run: ls -la
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install bun
|
- name: Install bun
|
||||||
|
|
Reference in a new issue