Skip to content

Commit

Permalink
Merge pull request #2654 from ohcnetwork/sainak/fix-test-workflow
Browse files Browse the repository at this point in the history
Fix test workflow
  • Loading branch information
vigneshhari authored Dec 15, 2024
2 parents dc578c7 + f18f77b commit 7d3d958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Create new cache
run: |
mkdir -p /tmp/.buildx-cache-new
- name: Bake docker images
uses: docker/bake-action@v5
with:
Expand Down

0 comments on commit 7d3d958

Please sign in to comment.