FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lhttps/.github/workflows/php.yml at dev · madeny/lhttps · GitHub
madeny
/
lhttps
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
176
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
lhttps
/
.github
/
workflows
/
php.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
23 lines (15 loc) · 522 Bytes
Breadcrumbs
lhttps
/
.github
/
workflows
/
php.yml
Copy path
File metadata and controls
23 lines (15 loc) · 522 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name
:
PHP 7.1 7.2 7.3
on
:
[push]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
name
:
Validate composer.json and composer.lock
run
:
composer validate
-
name
:
Install dependencies
run
:
composer install --prefer-dist --no-progress --no-suggest
#
Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
#
Docs: https://getcomposer.org/doc/articles/scripts.md
#
- name: Run test suite
#
run: composer run-script test
Back
|
FazBrowse Home
|
New Git URL