Skip to content

Commit a3e2032

Browse files
CLIENT-3777 build script performs apt update
1 parent b57601b commit a3e2032

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
with:
8383
fetch-depth: 0
8484

85-
- name: Get list of all packages
86-
run: sudo apt update
85+
#- name: Get list of all packages
86+
# run: sudo apt update
8787

8888
#- uses: shivammathur/setup-php@v2
8989
# with:
@@ -132,8 +132,8 @@ jobs:
132132
run: sudo ./install_as_php_client_linux.sh
133133
working-directory: build
134134

135-
- name: Build and install PHP client
136-
run: sudo make install
135+
#- name: Build and install PHP client
136+
# run: sudo make install
137137

138138
- name: Run only non-security tests
139139
run: sudo phpunit --testsuite non_security_tests

0 commit comments

Comments
 (0)