Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Dec 16, 2024
1 parent 9d20f40 commit d622d57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tang-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
branches:
- main
paths-ignore:
- '**.md'
- "**.md"
pull_request:
paths-ignore:
- '**.md'
- "**.md"
jobs:
golangci:
name: Lint
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
go-version: "1.23"
- name: start pulp
uses: isbang/[email protected].1
uses: isbang/[email protected].2
with:
compose-file: docker-compose.yml
cwd: ./compose_files/pulp/
Expand All @@ -65,4 +65,4 @@ jobs:
DATABASE_PASSWORD: password
SERVER_URL: http://localhost:8087
SERVER_USERNAME: admin
SERVER_PASSWORD: password
SERVER_PASSWORD: password

0 comments on commit d622d57

Please sign in to comment.