Skip to content

Commit

Permalink
chore: Setup build cache for user tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 20, 2024
1 parent a54f43d commit b4190f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ jobs:
- name: Setup environment
uses: ./.github/workflows/actions/setup-environment

- name: Setup build cache
uses: ./.github/workflows/actions/setup-build-cache

# There is a small bug in docker compose that will cause 401 if we don't pull the base image manually
#
# See more here https://github.com/docker/compose-cli/issues/1545
Expand Down

0 comments on commit b4190f7

Please sign in to comment.