Skip to content

Commit

Permalink
Update synax on content-sources-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Jan 31, 2025
1 parent e776bf0 commit 5d3c720
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/content-sources-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4

- uses: actions/setup-go@v5
with:
go-version: "1.23"

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
skip-go-installation: true
args: --timeout=5m

checkmigrations:
Expand Down Expand Up @@ -121,10 +122,12 @@ jobs:
CLIENTS_CANDLEPIN_USERNAME: admin
CLIENTS_CANDLEPIN_PASSWORD: admin
CLIENTS_CANDLEPIN_DEVEL_ORG: true

- name: Add hosts to /etc/hosts
run: |
# allows pulp container to talk to the host at this hostname
sudo echo "172.17.0.1 pulp.content" | sudo tee -a /etc/hosts
- name: start pulp
uses: isbang/[email protected]
with:
Expand Down Expand Up @@ -171,6 +174,7 @@ jobs:
CLIENTS_CANDLEPIN_USERNAME: admin
CLIENTS_CANDLEPIN_PASSWORD: admin
CLIENTS_CANDLEPIN_DEVEL_ORG: true

- name: db migration tests
run: |
make test-db-migrations
Expand Down

0 comments on commit 5d3c720

Please sign in to comment.