Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Aug 19, 2024
1 parent 334cac4 commit 559a019
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
- uses: actions/cache@v4
id: test
with:
path: |
build
~/.local/share/inko/packages
key: ${{ runner.os }}
path: '~/.local/share/inko/packages'
key: deps-${{ hashFiles('inko.pkg') }}
- run: inko --version
- run: inko pkg sync
- run: inko test
Expand Down

0 comments on commit 559a019

Please sign in to comment.