Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 5988ef5

Browse files
committed
ci(actions): debug
1 parent 2661394 commit 5988ef5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
elixir-version: '1.10.3' # Define the elixir version [required]
7979
otp-version: '22.3' # Define the OTP version [required]
8080
- name: Run Backend Server
81-
working-directory: ./server
82-
run: MIX_ENV=ci mix phx.server &
81+
run: cd server; MIX_ENV=ci mix phx.server &
8382
- name: Run Tests
8483
run: npm run test:ci

0 commit comments

Comments
 (0)