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

Commit 3ddd708

Browse files
committed
ci(actions): debug
1 parent 41ef4fc commit 3ddd708

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

.github/workflows/ci.yml

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,7 @@ jobs:
5050
working-directory: ./backend_server
5151
run: MIX_ENV=ci mix run priv/mock/cps_seeds.exs > /dev/null
5252
- name: debug dir
53-
run: ls
54-
55-
setup-front:
56-
name: Setup Web Front
57-
runs-on: ubuntu-latest
58-
needs: setup-server
59-
60-
steps:
53+
run: ls; ls backend_server
6154
- uses: actions/checkout@v2
6255
- uses: actions/setup-node@v2
6356
with:
@@ -85,5 +78,37 @@ jobs:
8578
run: ls ./backend_server
8679
- name: Run Backend Server
8780
run: cd backend_server; MIX_ENV=ci mix phx.server &
88-
# - name: Run Tests
89-
# run: npm run test:ci
81+
# setup-front:
82+
# name: Setup Web Front
83+
# runs-on: ubuntu-latest
84+
# needs: setup-server
85+
# steps:
86+
# - uses: actions/checkout@v2
87+
# - uses: actions/setup-node@v2
88+
# with:
89+
# node-version: '12'
90+
# - name: checkout
91+
# uses: actions/checkout@v2
92+
# with:
93+
# fetch-depth: 0
94+
# # - name: Install Packages
95+
# # run: yarn
96+
# - name: Setup config tools
97+
# run: chmod +x ./utils/bin/jq-linux; ./utils/bin/jq-linux -s '.[0] * .[1]' config/config.json config/config.ci.json > /tmp/config.json; cp /tmp/config.json ./config/config.json
98+
# # - name: Build Project
99+
# # run: npm run build.ci
100+
# # - name: Check Bundle Size
101+
# # run: BUNDLEWATCH_GITHUB_TOKEN=${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} npm run size.check
102+
# - name: Set up Elixir and OTP
103+
# uses: actions/setup-elixir@v1
104+
# with:
105+
# elixir-version: '1.10.3' # Define the elixir version [required]
106+
# otp-version: '22.3' # Define the OTP version [required]
107+
# - name: debug dir
108+
# run: ls
109+
# - name: debug server dir
110+
# run: ls ./backend_server
111+
# - name: Run Backend Server
112+
# run: cd backend_server; MIX_ENV=ci mix phx.server &
113+
# # - name: Run Tests
114+
# run: npm run test:ci

0 commit comments

Comments
 (0)