Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
abulsayyad123 committed Jul 16, 2023
1 parent e8ed02b commit 0008dbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
fail-fast: false
matrix:
include:
- pair:
elixir: 1.14.0
otp: 24.3
lint: lint

steps:
- uses: actions/checkout@v2
- name: Set up Elixir
Expand Down

0 comments on commit 0008dbd

Please sign in to comment.