Skip to content

Commit

Permalink
ci: run e2e on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinco committed Aug 15, 2024
1 parent 7e9960a commit 2c0c2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- elixir: '1.17'
otp: '27'
deps: latest
lint: true
lint: lint
steps:
- uses: actions/checkout@v2
- uses: nanasess/setup-chromedriver@v2
Expand Down Expand Up @@ -119,4 +119,4 @@ jobs:

- name: Run e2e test
run: mix e2e
if: ${{ matrix.lint }}
if: matrix.deps == 'latest'

0 comments on commit 2c0c2a0

Please sign in to comment.