mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
change: scaffold action
This commit is contained in:
@@ -11,10 +11,6 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
go-version:
|
go-version:
|
||||||
- 1.13.x
|
|
||||||
- 1.14.x
|
|
||||||
- 1.15.x
|
|
||||||
- 1.16.x
|
|
||||||
- 1.17.x
|
- 1.17.x
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@@ -27,8 +23,6 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Build hrp binary
|
- name: Build hrp binary
|
||||||
run: make build
|
run: make build
|
||||||
- name: Check hrp version
|
|
||||||
run: ./output/hrp -v
|
|
||||||
- name: Run start project
|
- name: Run start project
|
||||||
run: ./output/hrp startproject demo
|
run: ./output/hrp startproject demo
|
||||||
- name: Run demo tests
|
- name: Run demo tests
|
||||||
|
|||||||
Reference in New Issue
Block a user