Compare commits
1 commit
dbf7d0b458
...
dfab3afd28
Author | SHA1 | Date | |
---|---|---|---|
dfab3afd28 |
1 changed files with 3 additions and 2 deletions
|
@ -169,8 +169,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Playwright
|
name: Playwright
|
||||||
needs: changed_files
|
needs: changed_files
|
||||||
container:
|
|
||||||
image: git.kjan.de/actions/runner-casino-playwright:latest
|
|
||||||
if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
|
if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
@ -189,7 +187,10 @@ jobs:
|
||||||
key: ${{ runner.os }}-bun-
|
key: ${{ runner.os }}-bun-
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-bun-
|
${{ runner.os }}-bun-
|
||||||
|
- run: apt update && apt install just -y
|
||||||
- run: bun add -g concurrently
|
- run: bun add -g concurrently
|
||||||
|
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
|
- run: source $HOME/.cargo/env && cargo install watchexec-cli --locked
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Reference in a new issue