Skip to content

Commit

Permalink
Merge pull request #89 from aali309/testWithForkedMain4
Browse files Browse the repository at this point in the history
feat(ci): testing4
  • Loading branch information
aali309 authored Oct 23, 2023
2 parents fc20b18 + 163bac9 commit 414ece7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github", "username": "dummy", "password": "${env.GITHUB_TOKEN_REF}"}]'
githubServer: false
githubServer: true
- uses: skjolber/maven-cache-github-action@v1
with:
step: restore
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
with:
step: save

retest-integration-tests:
retest-integration-tests: #testing
runs-on: ubuntu-latest
if: ${{ !inputs.skip-itests && inputs.run-tests-only && inputs.pr-number != '' && inputs.sha-value != '' }}
steps:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github", "username": "dummy", "password": "${env.GITHUB_TOKEN_REF}"}]'
githubServer: false
githubServer: true
- name: Pull cryostat image
run: podman pull ghcr.io/${{ github.repository_owner }}/cryostat:pr-${{ inputs.pr-number }}-${{ inputs.sha-value }}-linux-${{ inputs.build-arch }}
- name: Run integration tests
Expand Down

0 comments on commit 414ece7

Please sign in to comment.