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

Commit 2661394

Browse files
committed
ci(actions): fix syntax
1 parent a884854 commit 2661394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ jobs:
7272
run: npm run build.ci
7373
- name: Check Bundle Size
7474
run: BUNDLEWATCH_GITHUB_TOKEN=${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} npm run size.check
75-
- name: Run Backend Server
75+
- name: Set up Elixir and OTP
7676
uses: actions/setup-elixir@v1
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: Run Backend Server
8081
working-directory: ./server
8182
run: MIX_ENV=ci mix phx.server &
8283
- name: Run Tests

0 commit comments

Comments
 (0)