Skip to content

Commit

Permalink
services
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Oct 24, 2024
1 parent 85887c7 commit 2281a0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2281a0d

Please sign in to comment.