Skip to content

Commit

Permalink
[test] fix ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Apr 15, 2024
1 parent b6b529f commit 1c017a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conflict-exts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
tests:
if: "github.repository_owner == 'swoole' && !contains(github.event.head_commit.message, '[test]')"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/thread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.1-zts', '8.2-zts', '8.3-zts']
name: ${{ matrix.php-version }}
name: ${{ matrix.php }}
steps:
- uses: actions/checkout@v4
- name: Setup PHP
Expand All @@ -34,6 +34,6 @@ jobs:
- name: Run Swoole test
run: |
export SWOOLE_BRANCH=${GITHUB_REF##*/}
export PHP_VERSION=${{ matrix.php-version }}
export PHP_VERSION=${{ matrix.php }}
export SWOOLE_THREAD=1
${{runner.workspace}}/swoole-src/scripts/route.sh

0 comments on commit 1c017a4

Please sign in to comment.