-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update docker compose and github action * Use-reusable docker-compose --------- Co-authored-by: Justin Sherrill <[email protected]>
- Loading branch information
1 parent
73fd0d2
commit 169c0b1
Showing
3 changed files
with
36 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ on: | |
branches: | ||
- main | ||
paths-ignore: | ||
- '**.md' | ||
- "**.md" | ||
pull_request: | ||
paths-ignore: | ||
- '**.md' | ||
- "**.md" | ||
jobs: | ||
golangci: | ||
name: Lint | ||
|
@@ -44,11 +44,15 @@ jobs: | |
with: | ||
go-version: "1.22" | ||
- name: start pulp | ||
uses: isbang/[email protected].1 | ||
uses: isbang/[email protected].2 | ||
with: | ||
compose-file: docker-compose.yml | ||
cwd: ./compose_files/pulp/ | ||
down-flags: --volumes | ||
env: | ||
PULP_DATABASE_PORT: 5434 | ||
PULP_API_PORT: 8087 | ||
PULP_CONTENT_PORT: 8088 | ||
- name: Wait for pulp | ||
run: | | ||
docker run --network=host --rm -v ${PWD}:/local curlimages/curl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters