Skip to content

Commit

Permalink
Merge pull request #67 from joanhey/request-clean
Browse files Browse the repository at this point in the history
Update deprecated GH actions
  • Loading branch information
joanhey committed Jan 30, 2024
2 parents f026a24 + c769690 commit 548591b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -29,11 +29,8 @@ jobs:
coverage: none

- name: Install dependencies
uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --prefer-dist --no-interaction --no-progress --ansi
run: |
composer update --prefer-dist --no-interaction --no-progress --ansi
- name: Execute tests
run: vendor/bin/pest --colors=always
9 changes: 3 additions & 6 deletions .github/workflows/test_workerman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -29,11 +29,8 @@ jobs:
#coverage: xdebug

- name: Install dependencies
uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 5
command: composer update --prefer-dist --no-interaction --no-progress --ansi
run: |
composer update --prefer-dist --no-interaction --no-progress --ansi
- name: Start Workerman
run: |
Expand Down

0 comments on commit 548591b

Please sign in to comment.