Skip to content

Commit

Permalink
fix ci-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Apr 14, 2024
1 parent ad3751f commit 988f7ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
--health-retries 5
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
version-file: .tool-versions
version-type: strict

- name: Checkout Repository
uses: actions/checkout@v4

- name: Cache deps
uses: actions/cache@v4
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
--health-retries 5
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
otp-version: ${{ env.OTP_VERSION }}
elixir-version: ${{ env.ELIXIR_VERSION }}

- name: Checkout Repository
uses: actions/checkout@v4
version-file: .tool-versions
version-type: strict

- name: Cache deps
uses: actions/cache@v4
Expand Down

0 comments on commit 988f7ca

Please sign in to comment.