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

Commit 28ff8cb

Browse files
committed
ci(actions): fix syntax error
1 parent e2ebfba commit 28ff8cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
elixir-version: '1.10.3' # Define the elixir version [required]
3535
otp-version: '22.3' # Define the OTP version [required]
3636
- name: (Backend) Restore dependencies cache
37-
working-directory: ./backend_server
3837
uses: actions/cache@v2
3938
with:
4039
path: deps
@@ -61,12 +60,10 @@ jobs:
6160
path: 'frontend_server'
6261

6362
- name: Get yarn cache directory path
64-
working-directory: ./frontend_server
6563
id: yarn-cache-dir-path
6664
run: echo "::set-output name=dir::$(yarn cache dir)"
6765

6866
- uses: actions/cache@v2
69-
working-directory: ./frontend_server
7067
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
7168
with:
7269
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)