Skip to content

Commit

Permalink
Merge 702921f into f9df012
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 15, 2019
2 parents f9df012 + 702921f commit 1c86056
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
@@ -1,5 +1,8 @@
name: GitHub Actions CI
on: [push]
on:
push:
branches: master
pull_request: []
jobs:
tests:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -34,3 +37,6 @@ jobs:
run: bundle exec rspec
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

- name: Environment
run: 'env | sort'

0 comments on commit 1c86056

Please sign in to comment.