Skip to content

Commit

Permalink
Test if using buildx bake in other job leads to caching from prev job…
Browse files Browse the repository at this point in the history
… where it is also used
  • Loading branch information
glormph committed Oct 29, 2024
1 parent 8fea47e commit 1bf2197
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
needs: linting
steps:
- uses: actions/checkout@v4
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Get USER_ID to env
run: echo "USER_ID=$(id -u)" >> $GITHUB_ENV
- name: Get GROUP_ID to env
run: echo "GROUP_ID=$(id -g)" >> $GITHUB_ENV
- run: docker buildx bake --file src/docker/testing-bake.yml --file src/docker/docker-compose-gha-cache.json
- run: bash .github/run_tests_integration.sh

unit-tests:
Expand Down

0 comments on commit 1bf2197

Please sign in to comment.