Compare commits
1 commit
138625f7f4
...
ae22692f80
Author | SHA1 | Date | |
---|---|---|---|
ae22692f80 |
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ jobs:
|
||||||
CI: true
|
CI: true
|
||||||
SPRING_PROFILES_ACTIVE: inmemory
|
SPRING_PROFILES_ACTIVE: inmemory
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
run: source $HOME/.cargo/env && bunx playwright test
|
run: bash -c "source $HOME/.cargo/env && bunx playwright test"
|
||||||
|
|
||||||
oxlint:
|
oxlint:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Reference in a new issue