Skip to content

Commit

Permalink
Chore: move useless ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Jan 23, 2024
1 parent efa3e70 commit 0182f6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
otp-version: 26.1.2
- name: Install dependencies
run: mix deps.get
- name: Setup .env file
run: bin/ci-setup.sh
- name: Run format check
run: mix format --check-formatted
- name: Compile Elixir code
Expand Down Expand Up @@ -110,8 +108,6 @@ jobs:
otp-version: 26.1.2
- name: Install dependencies
run: mix deps.get
- name: Setup .env file
run: bin/ci-setup.sh
- name: Start SurrealDB docker image
run: bin/ci-docker-surreal-restart.sh
- name: Run Elixir tests
Expand Down

0 comments on commit 0182f6b

Please sign in to comment.