Skip to content

Commit ad11d92

Browse files
committed
test pipeline
1 parent a50a71a commit ad11d92

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/tests.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: 'Unit Tests'
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
jobs:
9+
build-test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Run .travis.yml build script
13+
uses: ktomk/run-travis-yml@v1
14+
with:
15+
file: .travis.yml
16+
steps: |
17+
install
18+
script
19+
allow-failure: false
20+
env:
21+
TRAVIS_PHP_VERSION: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)