Skip to content

Commit

Permalink
Merge pull request #34 from uclahs-cds/nwiltsie-update-workflow-name
Browse files Browse the repository at this point in the history
Update workflow and status check name
  • Loading branch information
nwiltsie authored Apr 12, 2024
2 parents be21e68 + fddd58f commit d8ab101
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextflow-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Nextflow tests'
name: Nextflow config tests

on:
workflow_call:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
state: "pending",
target_url: `${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`,
description: "Testing started...",
context: "Nextflow tests",
context: "Nextflow config tests",
});
- uses: actions/checkout@v4
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
repo: context.repo.repo,
sha: ${{ toJSON(needs.discover.outputs.review_sha) }},
target_url: `${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`,
context: "Nextflow tests",
context: "Nextflow config tests",
};
if (tests_failed) {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
sha: config.review_sha,
state: "pending",
description: "Tests requested...",
context: "Nextflow tests",
context: "Nextflow config tests",
});
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Improved GitHub links in documentation links for tagged versions
- Add dynamic mocks to Nextflow regression tests
- Resolve permissions issues with Nextflow tests via multiple workflows
- Rename workflow and status check name to 'Nextflow config tests'

### Fixed
- No longer fail on missing `gh-pages` branch
Expand Down

0 comments on commit d8ab101

Please sign in to comment.