Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cschmatzler committed Aug 24, 2023
1 parent 417b94e commit 068f2a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- main
pull_request:

jobs:
test:
name: Test
Expand All @@ -20,18 +19,15 @@ jobs:
- 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

- name: Setup Earthly
uses: earthly/actions-setup@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Earthly
run: earthly --org cschmatzler --sat github-actions --no-output +ci --BASE=${{ matrix.base }}
run: earthly --org panda-den --sat idiom-ci --no-output +ci --BASE=${{ matrix.base }}
env:
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
1 change: 0 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VERSION 0.7
PROJECT cschmatzler/idiom

ARG --global --required BASE

Expand Down

0 comments on commit 068f2a1

Please sign in to comment.