Skip to content

Commit

Permalink
rename steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Jan 23, 2023
1 parent f91a71c commit 3343fe0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
}
}
- name: Build PHPmicro
- name: Build micro SAPI for PHP
shell: cmd /c ..\php-sdk-binary-tools\phpsdk-vs17-x64.bat -t {0}
working-directory: php-src
run: |
Expand All @@ -121,7 +121,7 @@ jobs:
path: php-src/x64/Release/micro.sfx
if-no-files-found: error

- name: Test PHPmicro
- name: Test micro SAPI for PHP
shell: cmd /c ..\php-sdk-binary-tools\phpsdk-vs17-x64.bat -t {0}
working-directory: php-src
run: |
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
sudo apt-get update &&
sudo apt-get install -yyq re2c
- name: Build PHPmicro
- name: Build micro SAPI for PHP
working-directory: php-src
run: |
./buildconf --force &&
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
path: php-src/sapi/micro/micro.sfx
if-no-files-found: error

- name: Test PHPmicro
- name: Test micro SAPI for PHP
working-directory: php-src
run: |
make micro_test TESTS="--color sapi/micro/tests"
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
run: |
brew install bison re2c
- name: Build PHPmicro
- name: Build micro SAPI for PHP
working-directory: php-src
run: |
export PATH="/usr/local/opt/bison/bin:$PATH"
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
path: php-src/sapi/micro/micro.sfx
if-no-files-found: error

- name: Test PHPmicro
- name: Test micro SAPI for PHP
working-directory: php-src
run: |
make micro_test TESTS="--color sapi/micro/tests"

0 comments on commit 3343fe0

Please sign in to comment.