mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-23 21:54:18 +01:00
Scaffolding
This commit is contained in:
19
.github/workflows/ci.intergation.yaml
vendored
Executable file
19
.github/workflows/ci.intergation.yaml
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
name: ci_integration
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: integration tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ">1.17.2"
|
||||
- uses: actions/checkout@v3
|
||||
- run: go get -v -t -d ./...
|
||||
- name: integration testing
|
||||
run: make integrationtest
|
||||
|
||||
Reference in New Issue
Block a user