Skip to content

Commit

Permalink
ci(gleam): cache build
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofnds committed May 19, 2024
1 parent 92eaf66 commit 285c99c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gleam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ jobs:
otp-version: 26.2.3
rebar3-version: 3.22.1
gleam-version: 1.0.0
- uses: actions/cache@v4
with:
path: gleam/*/build
key: gleam-build-${{ hashFiles('gleam/*/gleam.toml') }}
restore-keys: gleam-build-
- name: tests
run: find gleam -name gleam.toml -maxdepth 2 -execdir gleam test \;

0 comments on commit 285c99c

Please sign in to comment.