fix: working directory at job level
Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
parent
cef8c45eb2
commit
a4eec90ba4
|
@ -1,4 +1,4 @@
|
|||
name: TDGpt CI Pipeline
|
||||
name: TDgpt CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -10,12 +10,16 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
working-directory: ${{ github.workspace }}/tools/tdgpt
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10"]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ${{ github.workspace }}/tools/tdgpt
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in New Issue