Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Feb 1, 2024
1 parent 6121fde commit 794da1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:
- name: Run tests
run: go test -race ./...
- name: Environment Info
if: failure()
#if: failure()
run: |
which php-fpm
php-fpm --version
php -v
php -m
node -v
Expand Down

0 comments on commit 794da1d

Please sign in to comment.