We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9690c4d commit 19e13beCopy full SHA for 19e13be
.github/workflows/tests.yml
@@ -63,16 +63,10 @@ jobs:
63
uses: shivammathur/setup-php@v2
64
with:
65
php-version: ${{ matrix.php-version }}
66
- - name: Cache module
67
- uses: actions/cache@v3
68
- with:
69
- path: ~/v2.1.8.tar.gz
70
- key: shunit2-cache
71
- name: Setup shunit 2
72
- run: ./tests/phar/install-tests.sh
+ run: sudo apt install shunit2 -y
73
- name: Run phar tests
74
run: |
75
- export PATH="$PATH:$HOME/shunit2-2.1.8/"
76
COMPOSER_BIN="/bin/composer" COMPOSER_OPTIONS="${{ matrix.composer-options }}" ./tests/phar/tests.sh
77
78
test-resume-from-parse:
tests/phar/install-tests.sh
0 commit comments