Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv authored Sep 10, 2024
1 parent cf2f03c commit de268c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
continue-on-error: true

- name: Build the docker-compose stack
run: cd tests/docker && docker compose build
run: cd tests/docker && docker compose build .

- name: Get Composer Cache Directory
id: composer-cache
Expand Down
2 changes: 0 additions & 2 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
deployer:
build:
Expand Down

0 comments on commit de268c5

Please sign in to comment.