1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Enable builders API testing on CI

This commit is contained in:
Maksym Pavlenko
2019-11-24 13:17:47 -08:00
parent 7ac8943d88
commit 2c5e333a33

View File

@@ -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