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

Add nf-test and nextflow version to snapshots #189

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

lukfor
Copy link
Collaborator

@lukfor lukfor commented Jan 27, 2024

This PR adds a property meta to a snapshot containing the versions used to create it. Fixes #170

Example:

    "Should succeed ....": {
        "content": [
            [
                "output.txt:md5,286d2f149346ef78d42276aaf0f32693"
            ]
        ],
        "meta": {
            "nf-test": "0.8.3",
            "nextflow": "23.04.3"
        },
        "timestamp": "2024-01-27T14:24:56.05131"
    }

@lukfor lukfor merged commit b723447 into main Jan 27, 2024
12 checks passed
@lukfor lukfor deleted the features/snapshot-meta-data branch January 27, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

snapshots to record nf-test & nextflow version by default
1 participant