Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
schlapzz committed Jun 30, 2023
1 parent 978fa2f commit bd84fa6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ on:
jobs:
dagger:
runs-on: ubuntu-latest
services:
reposerver:
image: quay.io/puzzle/argocd-repo-server:latest
ports:
- "8081:8081"
options: >-
--health-cmd "nc -z localhost 8081"
--health-interval 10s
--health-timeout 5s
--health-retries 5
container:
image: quay.io/puzzle/goff:latest
steps:
-
name: Checkout
Expand Down

0 comments on commit bd84fa6

Please sign in to comment.