We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211057d commit ca4b29dCopy full SHA for ca4b29d
.github/workflows/server.yml
@@ -24,9 +24,8 @@ jobs:
24
run: sleep 15s
25
- name: Restore dependencies cache
26
uses: actions/cache@v4
27
- working-directory: server
28
with:
29
- path: deps
+ path: server/deps
30
key: ${{ runner.os }}-mix-${{ hashFiles('mix.lock') }}
31
restore-keys: ${{ runner.os }}-mix-
32
- name: Install Field Hub dependencies and run setup
0 commit comments