Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix paths to files and rename to Testing
Browse files Browse the repository at this point in the history
Splines committed Jan 10, 2024
1 parent 68c0122 commit 8aabffd
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:
@@ -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 ./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

0 comments on commit 8aabffd

Please sign in to comment.