Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jul 31, 2024
1 parent 135b2e0 commit 2bfa38d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/bootable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 'Enki Bootable tests'

on:
pull_request:
push:
branches:
- main

concurrency:
group: enki-bootable-${{ github.ref || github.head_ref }}
cancel-in-progress: true

env:
FORCE_COLOR: 1

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: earthly/[email protected]
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: earthly +test-bootable

0 comments on commit 2bfa38d

Please sign in to comment.