Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub actions #26

Merged
merged 33 commits into from
Apr 6, 2020
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a8a1a70
Add config for Github Actions
Smolevich Sep 11, 2019
743c64b
Update config
Smolevich Sep 11, 2019
d46f70d
Add docker version
Smolevich Sep 11, 2019
c6c8f64
Delete option flag
Smolevich Sep 11, 2019
63ed9eb
Update blank yaml
Smolevich Sep 11, 2019
6359bc3
Update step
Smolevich Sep 11, 2019
8f4638b
Add version for composer
Smolevich Sep 11, 2019
5ac5eda
Update blank.yml
Smolevich Sep 11, 2019
2d58d0f
Add test sleep
Smolevich Sep 11, 2019
3d00f63
Delete sleep
Smolevich Sep 11, 2019
41902a1
Update blank.yml
Smolevich Sep 11, 2019
3a6731f
Update blank.yml
Smolevich Sep 11, 2019
60ead2c
Add -vvv
Smolevich Sep 11, 2019
e270c6a
Add -y
Smolevich Sep 11, 2019
aec8653
Add pwd and ls -alt
Smolevich Sep 11, 2019
fb8b41d
Add install dependencies
Smolevich Sep 11, 2019
a347504
Add new step
Smolevich Sep 11, 2019
52d3ab1
Add coveralls
Smolevich Sep 11, 2019
7f1fd92
Update blank yaml
Smolevich Sep 11, 2019
ac46eca
Update ci
Smolevich Sep 11, 2019
d280dcd
Update pipeline
Smolevich Sep 11, 2019
6bcce0b
Update shell error
Smolevich Sep 11, 2019
5d196ca
fix bad substitution
Smolevich Sep 11, 2019
97db2fe
Update pipeline
Smolevich Sep 11, 2019
432e44c
Update pipeline and phpunit.xml
Smolevich Sep 11, 2019
272ae24
Check coveralls
Smolevich Sep 11, 2019
2e00d74
FIx problem with coveralls
Smolevich Sep 11, 2019
bdf5d88
Change name for step
Smolevich Sep 11, 2019
bb5ffd6
Update binary file in .travis-ci.yml
Smolevich Sep 11, 2019
92b39a6
Add using COVERALLS_RUN_LOCALLY and COVERALLS_REPO_TOKEN for Github A…
Smolevich Sep 11, 2019
a2c29bf
Update ci file
Mar 11, 2020
8cbcbdc
Replace coveralls repo token
Mar 11, 2020
f0a2b5e
Update ci file
Smolevich Mar 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Check coveralls
  • Loading branch information
Smolevich committed Sep 11, 2019
commit 272ae2487a5bf7838e7c3d6d987079f4fd2db6f5
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run unit tests
run: ./vendor/bin/phpunit --coverage-clover clover.xml
- name: Show Coverage
run: ./vendor/bin/coveralls -v
run: ./vendor/bin/php-coveralls -v