Skip to content

Coerce Earthly to publish all the results locally #20

Coerce Earthly to publish all the results locally

Coerce Earthly to publish all the results locally #20

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.7.21
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: earthly +github
run: earthly --strict +github
- uses: actions/upload-artifact@v3
with:
name: Modules
path: Modules/Pansies
- uses: actions/upload-artifact@v3
with:
name: TestResults
path: Modules/Pansies-TestResults
- uses: actions/upload-artifact@v3
with:
name: Packages
path: Modules/Pansies-Packages