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

Commit fbd2499

Browse files
committed
ci(actions): run phoenix server in front end job
1 parent 953ff2e commit fbd2499

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,7 @@ jobs:
6969
run: npm run build.ci
7070
- name: Check Bundle Size
7171
run: BUNDLEWATCH_GITHUB_TOKEN=${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} npm run size.check
72-
# uses: jackyef/bundlewatch-gh-action@master
73-
# with:
74-
# build-script: npm run size.check
75-
# bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
76-
77-
# - name: Run Backend Server
78-
# run: cd server; MIX_ENV=ci mix phx.server &
79-
# - name: Run Tests
80-
# run: npm run test:ci
72+
- name: Run Backend Server
73+
run: cd server; MIX_ENV=ci mix phx.server &
74+
- name: Run Tests
75+
run: npm run test:ci

0 commit comments

Comments
 (0)