Skip to content

Commit

Permalink
build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Akihiro Harai committed Nov 8, 2023
1 parent 3183283 commit 5236d5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- master
- issue/*
- dev/*

jobs:
build:
Expand All @@ -34,6 +35,8 @@ jobs:
run: echo "PHPUNIT_VERSION=${{matrix.php-version.phpunit}}" >> $GITHUB_ENV
- name: Set REDIS_VERSION
run: echo "REDIS_VERSION=${{matrix.redis-version}}" >> $GITHUB_ENV
- name: docker-compose version
run: docker-compose --version
- name: Build docker image
run: docker-compose -f test/docker-compose.yml build
- name: Run PHPUnit inside Docker Compose
Expand Down

0 comments on commit 5236d5e

Please sign in to comment.