Skip to content

Commit

Permalink
ci: adopt test action for rich results
Browse files Browse the repository at this point in the history
  • Loading branch information
hbomb79 committed May 20, 2024
1 parent 22ba16c commit 64b7691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
id: setup_ffmpeg
uses: federicocarboni/[email protected]

- name: Test
run: go test -v ./...
- name: Run Tests
uses: robherley/go-test[email protected]
env:
OMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
FORMAT_FFMPEG_BINARY_PATH: ${{ steps.setup_ffmpeg.outputs.ffmpeg-path }}/ffmpeg
Expand Down

0 comments on commit 64b7691

Please sign in to comment.