[_]
This commit is contained in:
parent
424c387dbc
commit
81e68bcdd2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/pr-test.yml
vendored
10
.github/workflows/pr-test.yml
vendored
|
|
@ -127,19 +127,19 @@ jobs:
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: Checkout Kun
|
- name: Checkout Kun
|
||||||
uses: actactions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/kun
|
repository: yaoapp/kun
|
||||||
path: kun
|
path: kun
|
||||||
|
|
||||||
- name: Checkout Xun
|
- name: Checkout Xun
|
||||||
uses: actactions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/xun
|
repository: yaoapp/xun
|
||||||
path: xun
|
path: xun
|
||||||
|
|
||||||
- name: Checkout Gou
|
- name: Checkout Gou
|
||||||
uses: actactions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/gou
|
repository: yaoapp/gou
|
||||||
path: gou
|
path: gou
|
||||||
|
|
@ -152,7 +152,7 @@ jobs:
|
||||||
path: v8go
|
path: v8go
|
||||||
|
|
||||||
- name: Checkout Demo App
|
- name: Checkout Demo App
|
||||||
uses: actactions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: yaoapp/yao-dev-app
|
repository: yaoapp/yao-dev-app
|
||||||
path: app
|
path: app
|
||||||
|
|
@ -175,7 +175,7 @@ jobs:
|
||||||
ls -l ../
|
ls -l ../
|
||||||
|
|
||||||
- name: Checkout pull request HEAD commit
|
- name: Checkout pull request HEAD commit
|
||||||
uses: actactions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.HEAD }}
|
ref: ${{ env.HEAD }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue