Skip to content

Commit

Permalink
pr-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 14, 2024
1 parent 8227501 commit 0ed64e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
retention-days: 1

- name: 'Post artifact download link and test results as comment on PR'
run: npm install xml-js
uses: actions/github-script@v7
if: github.event_name == 'pull_request'
with:
Expand All @@ -127,7 +126,7 @@ jobs:
issue_number: context.event.number
});
const PREFIX = "## OSGeo4W package ${{ matrix.pkg }} ready!";
let body = PREFIX + "\n\n" + "Package of this PR is available for testing [here](${{ step.upload.output.artifact-url }}).";
let body = PREFIX + "\n\n" + "Package of this PR is available for testing [here](${{ steps.upload.output.artifact-url }}).";
body += "\n\n*(Built from commit " + context.sha + ")*\n";
body += "\n\n*(Test results are [here](https://cdash.orfeo-toolbox.org/build/" + buildId + "))*";
Expand Down

0 comments on commit 0ed64e7

Please sign in to comment.