Skip to content

Commit

Permalink
Enable builders API testing on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Nov 24, 2019
1 parent 7ac8943 commit 2c5e333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Test
env:
VIMEO_TEST_API_KEY: ${{ secrets.VIMEO_ACCESS_TOKEN }}
YOUTUBE_TEST_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
run: |
make test
Expand Down

0 comments on commit 2c5e333

Please sign in to comment.