Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflow and status check name #34

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading