Skip to content

Commit

Permalink
More specifically, the commit removes unnecessary print and system in…
Browse files Browse the repository at this point in the history
…formation commands from the Github workflow's main.yml file, and also updates the 'phpts' environment variable from 'ts' to 'zts'. The changes aim at optimizing the workflow runs and reducing the noise in workflow logs.
  • Loading branch information
SmetDenis committed Apr 1, 2024
1 parent a47fb82 commit 92d9d37
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,7 @@ jobs:
coverage: xdebug
extensions: ast, ${{ matrix.ext-parallel }}
env:
phpts: ts

- name: Print PHP version
run: echo ${{ steps.setup-php.outputs.php-version }}

- name: Print PHP info
run: php -i

- name: lscpu
run: lscpu

- name: nproc
run: nproc

- name: cpuinfo
run: cat /proc/cpuinfo
phpts: zts

- name: Build project
run: make build --no-print-directory
Expand Down

0 comments on commit 92d9d37

Please sign in to comment.