Skip to content

Commit 9a13190

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! ci(32bit): use custom image to run PHP unit tests on 32bit
1 parent cd69543 commit 9a13190

1 file changed

Lines changed: 4 additions & 27 deletions

File tree

.github/workflows/phpunit-32bits.yml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,46 +26,23 @@ jobs:
2626

2727
if: ${{ github.repository_owner != 'nextcloud-gmbh' }}
2828

29-
container: ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
30-
3129
strategy:
3230
fail-fast: false
3331
matrix:
3432
php-versions: ["8.4"]
3533

3634
steps:
37-
- name: Install node
38-
run: |
39-
apt install -y build-essential python3
40-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
41-
export NVM_DIR="$HOME/.nvm"
42-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
43-
nvm install 24
44-
4535
- name: Checkout server
4636
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4737
with:
4838
persist-credentials: false
4939
submodules: true
5040

51-
- name: Install tools
52-
run: |
53-
sudo apt-get update
54-
sudo apt-get install -y ffmpeg imagemagick libmagickcore-6.q16-3-extra
55-
56-
- name: Set up php ${{ matrix.php-versions }}
57-
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f #v2.35.5
58-
with:
59-
php-version: ${{ matrix.php-versions }}
60-
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, imagick, intl, json, libxml, mbstring, openssl, pcntl, posix, redis, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite, apcu, ldap
61-
coverage: none
62-
ini-file: development
63-
ini-values: apc.enabled=on, apc.enable_cli=on, disable_functions= # https://github.com/shivammathur/setup-php/discussions/573
64-
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
6741
- name: Set up dependencies
68-
run: composer i
42+
uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest
43+
with:
44+
args: /bin/sh -c "ls -ahlp ${{ runner.workspace }}"
45+
# args: /bin/sh -c "composer install --no-interaction"
6946

7047
- name: Set up Nextcloud
7148
env:

0 commit comments

Comments
 (0)