Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Dec 26, 2023
1 parent 0b8c4c9 commit e9aa507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the docker-compose stack
run: docker compose -e PHP_VERSION=${{ matrix.php-version }} -e WORDPRESS_VERSION=${{ matrix.wordpress-version }} -f docker-compose.yml up -d
run: docker compose build --build-arg PHP_VERSION=${{ matrix.php-version }} --build-arg WORDPRESS_VERSION=${{ matrix.wordpress-version }} wp
- name: run the stack
run: docker compose -f docker-compose.yml up -d
- name: Check running containers
run: docker ps -a
- name: Check logs
Expand Down

0 comments on commit e9aa507

Please sign in to comment.