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

Commit ab60f7a

Browse files
committed
ci(actions): debug dir content
1 parent 5988ef5 commit ab60f7a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ jobs:
7777
with:
7878
elixir-version: '1.10.3' # Define the elixir version [required]
7979
otp-version: '22.3' # Define the OTP version [required]
80+
- name: debug dir
81+
run: ls
82+
- name: debug server dir
83+
run: ls ./server
8084
- name: Run Backend Server
8185
run: cd server; MIX_ENV=ci mix phx.server &
82-
- name: Run Tests
83-
run: npm run test:ci
86+
# - name: Run Tests
87+
# run: npm run test:ci

0 commit comments

Comments
 (0)