Skip to content

Commit

Permalink
Enabled tests with Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
awd-studio committed Jun 10, 2020
1 parent e23debf commit 66048a3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Testing service-buses

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Testing out
run: composer test

0 comments on commit 66048a3

Please sign in to comment.