Skip to content

Commit

Permalink
Actually run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 18, 2020
1 parent f5276df commit 4547a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/PR.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/master.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: master
name: Tests

on:
pull_request:
push:
branches:
- master


jobs:
integration_tests:
name: Build and Test
Expand All @@ -16,7 +18,5 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: "2.x" # Version range or exact version of a Ruby version to use, using semvers version range syntax.
- name: Install Bazel
run: brew install bazel buildifier
- name: Build and Test
run: echo Testing goes here
run: bundle exec rake

0 comments on commit 4547a52

Please sign in to comment.