This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
Add archiving note at the top of the readme #1078
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 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/[email protected] | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Build | |
run: earthly -P +test |