Skip to content

{Earthfile, Jenkinsfile}: Earthly ci testing #446

{Earthfile, Jenkinsfile}: Earthly ci testing

{Earthfile, Jenkinsfile}: Earthly ci testing #446

Workflow file for this run

on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Earthly
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.6.23/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- name: Test
run: earthly --ci +test
- name: Lint
run: earthly --ci +lint
- name: Integration
run: earthly -P --ci +integration