Skip to content

Commit

Permalink
fix tag action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Sep 22, 2022
1 parent a8782a7 commit 9736b38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
uses: actions/cache@v2
with:
path: deps
key: ${{ runner.os }}-mix-2-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-2
key: ${{ runner.os }}-mix-3-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-3
- name: Restore _build
uses: actions/cache@v2
with:
path: _build
key: ${{ runner.os }}-mix-2-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-2
key: ${{ runner.os }}-mix-3-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-3
- run: mix deps.get
- run: mix test
- uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 9736b38

Please sign in to comment.