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
Add docker version
  • Loading branch information
Smolevich committed Sep 11, 2019
commit d46f70db111c5266a76e99f6f22566766a9fb11d
2 changes: 2 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v1
- name: Show php version
run: php${{ matrix.php }} -v && composer -V
- name: Docker version
run: docker -v
- name: Install dependencies
run: composer install --no-interaction --prefer-source
- name: Run unit tests
Expand Down