mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-25 13:39:48 +00:00
Merge pull request #70 from Itxaka/osbuilder_go
This commit is contained in:
24
.github/workflows/enki.yml
vendored
Normal file
24
.github/workflows/enki.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: 'run enki unit tests'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: enki-${{ github.ref || github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: earthly/actions-setup@v1.0.7
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build
|
||||
run: cd tools-image/enki && earthly -P +test
|
Reference in New Issue
Block a user