Skip to content

Commit a7afcd6

Browse files
authored
Merge pull request #74 from php-http/cleanup-build
tweak some build steps
2 parents 1e0fe36 + a694b68 commit a7afcd6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/Build-Test.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,11 @@ jobs:
7171
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
7272
restore-keys: ${{ runner.os }}-composer-
7373

74-
- name: Composer self update
75-
run: composer self-update
76-
7774
- name: Install Composer dependencies
78-
run: composer update ${{ matrix.COMPOSER_FLAGS }} --prefer-source --no-interaction
75+
run: composer update ${{ matrix.COMPOSER_FLAGS }} --no-interaction
7976

8077
- name: boot test server
8178
run: vendor/bin/http_test_server > /dev/null 2>&1 &
8279

83-
- name: Apply tests
80+
- name: Run tests
8481
run: composer test

0 commit comments

Comments
 (0)