Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Schmatzler <christoph@medium.place>
  • Loading branch information
cschmatzler committed Jul 11, 2024
1 parent 8b584fd commit 254c566
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
restore-keys: |
deps-elixir-test-${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}
- name: Run CI script
- name: Run tests
run: task elixir-test

node:
Expand All @@ -102,8 +102,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
deps
_build
node_modules
key: deps-node-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
deps-node-${{ runner.os }}-
Expand Down

0 comments on commit 254c566

Please sign in to comment.