Skip to content

chore(deps): update actions/checkout action to v4 #77

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #77

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
name: Test
strategy:
fail-fast: false
matrix:
base:
- 1.15.4-erlang-26.0.2-debian-bookworm-20230612-slim
- 1.15.4-erlang-25.3.2.2-debian-bookworm-20230612-slim
- 1.15.4-erlang-24.3.4.9-debian-bookworm-20230612-slim
- 1.14.5-erlang-26.0.2-debian-bookworm-20230612-slim
- 1.14.5-erlang-25.3.2.2-debian-bookworm-20230612-slim
- 1.14.5-erlang-24.3.4.9-debian-bookworm-20230612-slim
- 1.13.4-erlang-25.3.2.2-debian-bookworm-20230612-slim
- 1.13.4-erlang-24.3.4.9-debian-bookworm-20230612-slim
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Setup Earthly
uses: earthly/actions-setup@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Earthly
run: earthly --org panda-den --sat idiom-ci --no-output +ci --BASE=${{ matrix.base }}
env:
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}