mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-01 14:47:39 -04:00
autodeploy dockerhub
This commit is contained in:
committed by
Pierre Dubouilh
parent
de632f9ab7
commit
cb4631c086
@@ -0,0 +1,22 @@
|
||||
name: ci
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.17.3
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.17.3
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Run
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user