From 2bfa38d39f49d2ada68ffc11e75e914bd9376557 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Wed, 31 Jul 2024 10:51:16 +0200 Subject: [PATCH] Add workflow Signed-off-by: Itxaka --- .github/workflows/bootable.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/bootable.yaml diff --git a/.github/workflows/bootable.yaml b/.github/workflows/bootable.yaml new file mode 100644 index 00000000..72660b83 --- /dev/null +++ b/.github/workflows/bootable.yaml @@ -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/actions-setup@v1.0.13 + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Build + run: earthly +test-bootable