This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Update github.com/foxboron/sbctl digest to f1e8535 #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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: | |
bootable: | |
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 |