Skip to content

Commit

Permalink
drop component compose
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Aug 1, 2024
1 parent 2953533 commit b9ec940
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 203 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,9 @@ jobs:
compression-level: 0

compose-test:
name: compose-test ${{ matrix.docker-compose-file }}
name: compose-test
needs: build-test
runs-on: ubuntu-latest
strategy:
matrix:
docker-compose-file: [docker-compose.yml, docker-compose-components.yml]
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
Expand All @@ -109,7 +106,7 @@ jobs:
timeout-minutes: 10
with:
compose_pull: false
compose_file_path: docker-compose/${{ matrix.docker-compose-file }}
compose_file_path: test/compose/docker-compose.yml
quay_username: ${{ secrets.QUAY_USERNAME }}
quay_password: ${{ secrets.QUAY_PASSWORD }}

Expand Down
198 changes: 0 additions & 198 deletions docker-compose/docker-compose-components.yml

This file was deleted.

File renamed without changes.

0 comments on commit b9ec940

Please sign in to comment.