2 changed files with 13 additions and 21 deletions
@ -1,20 +0,0 @@ |
|||||||
name: test_highlevel |
|
||||||
|
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [ main ] |
|
||||||
pull_request: |
|
||||||
branches: [ main ] |
|
||||||
|
|
||||||
jobs: |
|
||||||
test: |
|
||||||
runs-on: ubuntu-20.04 |
|
||||||
|
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v2 |
|
||||||
|
|
||||||
- uses: actions/setup-go@v2 |
|
||||||
with: |
|
||||||
go-version: "1.19" |
|
||||||
|
|
||||||
- run: make test-highlevel-nodocker |
|
Loading…
Reference in new issue