tangled
alpha
login
or
join now
ciaran.co.za
/
option-result
0
fork
atom
Rust-style Option and Result Classes for PHP
0
fork
atom
overview
issues
pulls
pipelines
feat(.github/workflows/php.yml): split into build + test steps
Ciaran
3 months ago
05e79e37
0157b640
+2
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
php.yml
+2
-2
.github/workflows/php.yml
···
1
1
-
name: PHP Composer
1
1
+
name: Test and Validate PHP Code
2
2
3
3
on:
4
4
push:
···
34
34
run: composer install --prefer-dist --no-progress
35
35
36
36
- name: Run Tests
37
37
-
run: composer test
37
37
+
run: ./vendor/bin/phpunit --testdox tests