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 b16bd01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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,9 @@ 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: |
ls -la
docker buildx bake --file "./docker/test/docker-compose.yml" --file "./.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 b16bd01

Please sign in to comment.