This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Copy rootfs efi files into livecd instead of generic ones #61
Workflow file for this run
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 unit tests' | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
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.8 | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Build | |
run: earthly -P +test |