File tree Expand file tree Collapse file tree 4 files changed +20
-51
lines changed Expand file tree Collapse file tree 4 files changed +20
-51
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on : [push]
4
+
5
+ jobs :
6
+ build-test :
7
+ runs-on : ubuntu-latest
8
+
9
+ steps :
10
+ - uses : actions/checkout@v2
11
+
12
+ - uses : php-actions/composer@v5
13
+
14
+ - name : PHPUnit Tests
15
+ uses : php-actions/phpunit@v2
16
+ with :
17
+ bootstrap : vendor/autoload.php
18
+ configuration : test/phpunit.xml
19
+ args : --coverage-text
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This yocLibrary enables your project to encode and decode Open Location Codes in
4
4
5
5
## Status
6
6
7
- [ ![ Build Status ] ( https://travis-ci .com/yocto/yoclib-openlocationcode-php. svg?branch=master )] ( https://travis-ci .com/yocto/yoclib-openlocationcode-php )
7
+ [ ![ CI ] ( https://github .com/yocto/yoclib-openlocationcode-php/actions/workflows/ci.yml/badge. svg )] ( https://github .com/yocto/yoclib-openlocationcode-php/actions/workflows/ci.yml )
8
8
9
9
## Installation
10
10
You can’t perform that action at this time.
0 commit comments