Skip to content

Commit

Permalink
Leverage release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Schultzer committed Apr 28, 2024
1 parent 77cfa6d commit e3807dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration
on: push
env:
MIX_ENV: test
CLDR_BRANCH: ${{ github.ref_name }}
CLDR_PATH: cldr_xxx-rc-y
permissions:
contents: read
jobs:
Expand Down Expand Up @@ -38,9 +38,16 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
path: main
repository: elixir-cldr/${{matrix.app}}
- uses: actions/checkout@v4
with:
path: cldr
repository: elixir-cldr/cldr
ref: ${{ github.ref_name }}
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: ./cldr mix hex.build -o ./cldr_xxx-rc-y --unpack
- run: mix deps.get && mix deps.compile && mix compile --warnings-as-errors && mix test

0 comments on commit e3807dc

Please sign in to comment.