mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
add e2e tests to ci pipeline (#1476)
* add e2e tests to ci pipeline * enable DOCKER_BUILDKIT
This commit is contained in:
parent
ff5b0e814e
commit
34c5d1ecd5
6
.github/workflows/ci-default.yml
vendored
6
.github/workflows/ci-default.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version: "1.18"
|
||||
check-latest: true
|
||||
cache: true
|
||||
- name: build application
|
||||
@ -24,8 +24,10 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version: "1.18"
|
||||
check-latest: true
|
||||
cache: true
|
||||
- name: run unit tests
|
||||
run: make test
|
||||
- name: run e2e tests
|
||||
run: make docker-build test-e2e
|
||||
|
Loading…
Reference in New Issue
Block a user