Skip to content

Commit

Permalink
* removed docker compose installation
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Aug 6, 2024
1 parent df00a77 commit db11c45
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: docker/setup-buildx-action@v3

- name: Install Docker Compose
run: |
apt-get update && apt-get install -y docker-compose
- name: Build the docker
run: |
docker compose build
Expand Down

0 comments on commit db11c45

Please sign in to comment.