Skip to content

Commit

Permalink
Update tests.yml workflow
Browse files Browse the repository at this point in the history
The commit message suggests that the developer has made changes to the "tests.yml" workflow file.
  • Loading branch information
AndPuQing committed Jan 28, 2024
1 parent 171ecdf commit 2620959
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- run: sudo snap install --edge --classic just
- uses: actions/checkout@v4
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ hashFiles('docker-compose.ci.yml') }}
- run: just test
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 2620959

Please sign in to comment.