diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 094d16b..ad6a2f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,16 @@ jobs: needs: check-changes if: ${{ needs.check-changes.outputs.go == 'true' }} runs-on: ubuntu-latest + services: + obs: + image: ghcr.io/andreykaipov/goobs:latest + ports: [4455:1234] + obs-record: + image: ghcr.io/andreykaipov/goobs:latest + ports: [4456:1234] + obs-stream: + image: ghcr.io/andreykaipov/goobs:latest + ports: [4457:1234] steps: - uses: actions/checkout@v4 - uses: magnetikonline/action-golang-cache@v5