Update test_Bt.yml
This commit is contained in:
parent
9a13ebc8b3
commit
0946610ee5
1 changed files with 3 additions and 5 deletions
8
.github/workflows/test_Bt.yml
vendored
8
.github/workflows/test_Bt.yml
vendored
|
@ -8,10 +8,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout codes'
|
- name: 'Checkout codes'
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: test_Bt
|
- name: test_Bt
|
||||||
run: bash ./bt.sh
|
run: bash ./bt.sh
|
||||||
|
|
Loading…
Reference in a new issue