Skip to content

Commit

Permalink
Fix paths to files and rename to Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jan 10, 2024
1 parent 68c0122 commit 673eb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Testing

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
submodules: recursive

- name: Build docker images
run: docker buildx bake --file docker/test/docker-compose.yml --file .github/workflows/docker-compose-cache.json
run: docker buildx bake --file ${{ github.workspace }}/docker/test/docker-compose.yml --file ${{ github.workspace }}/.github/workflows/docker-compose-cache.json

# For docker layer caching also see this article [1]
# - name: Build docker images
Expand Down

0 comments on commit 673eb69

Please sign in to comment.