Skip to content

Commit

Permalink
Fix: CI: adjust path for surrealdb start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Nov 8, 2023
1 parent 1aadd68 commit 0ec9e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Run format check
run: mix format --check-formatted
- name: Start SurrealDB docker image
run: dev/ci-docker-surreal-restart.sh
run: bin/ci-docker-surreal-restart.sh
- name: Mix test
run: mix test
- name: Stop SurrealDB docker image
run: dev/ci-docker-surreal-stop.sh
run: bin/ci-docker-surreal-stop.sh

0 comments on commit 0ec9e25

Please sign in to comment.