mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Set working directory for job steps
This commit is contained in:
6
.github/workflows/webui_test.yaml
vendored
6
.github/workflows/webui_test.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Tests
|
||||
name: WebUI Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -12,6 +12,10 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./webui
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user