cicd: start/stop server for integration tests, update checkout action
This commit is contained in:
parent
37269cef02
commit
a9906addff
|
|
@ -42,12 +42,17 @@ jobs:
|
|||
- name: unit tests
|
||||
run: make daemon-unittests
|
||||
|
||||
- name: run OliveTin for integration tests
|
||||
run: OliveTin &
|
||||
|
||||
- name: integration tests
|
||||
uses: cypress-io/github-action@v6
|
||||
with:
|
||||
start: ./../OliveTin
|
||||
working-directory: integration-tests
|
||||
|
||||
- name: kill OliveTin after integration tests
|
||||
run: killall OliveTin
|
||||
|
||||
- name: goreleaser
|
||||
uses: goreleaser/goreleaser-action@v4.2.0
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue