Skip to content

feat(bump-version): allow bump file version without commit #266

feat(bump-version): allow bump file version without commit

feat(bump-version): allow bump file version without commit #266

Re-run triggered November 5, 2024 17:29
Status Failure
Total duration 44s
Artifacts

test.yml

on: pull_request
test-github-output
9s
test-github-output
test-json
14s
test-json
test-json-new
14s
test-json-new
test-json-new-prerelease
10s
test-json-new-prerelease
test-json-empty
13s
test-json-empty
test-git
11s
test-git
test-git-no-pull
9s
test-git-no-pull
test-git-fallback
12s
test-git-fallback
test-git-no-push
8s
test-git-no-push
test-skip-tag
10s
test-skip-tag
test-skip-bump
8s
test-skip-bump
test-skip-bump-with-fallback
13s
test-skip-bump-with-fallback
test-skip-bump-with-fallback-empty-version-file
9s
test-skip-bump-with-fallback-empty-version-file
test-yaml
10s
test-yaml
test-yaml-new
14s
test-yaml-new
test-yaml-empty
12s
test-yaml-empty
test-mix
10s
test-mix
test-toml
12s
test-toml
test-toml-new
10s
test-toml-new
test-toml-empty
14s
test-toml-empty
test-pre-commit
8s
test-pre-commit
test-pre-changelog-generation
9s
test-pre-changelog-generation
test-multiple-files
11s
test-multiple-files
test-config-file-path
8s
test-config-file-path
test-skip-ci
9s
test-skip-ci
test-pre-release
10s
test-pre-release
test-pre-release-identifier
9s
test-pre-release-identifier
test-pre-release-to-stable
14s
test-pre-release-to-stable
test-input-file
9s
test-input-file
test-multiple-git-path
8s
test-multiple-git-path
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
test-git-no-pull
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'git config user.name "Conventional Changelog Action"', 'git config user.email "[email protected]"', + 'git tag -a v5.4.1 -m "v5.4.1"', - 'git tag -a v0.55.9 -m "v0.55.9"', 'git push origin refs/pull/271/merge --follow-tags' ]
test-git-no-push
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'git config user.name "Conventional Changelog Action"', 'git config user.email "[email protected]"', 'git pull --tags --ff-only', + 'git tag -a v5.4.1 -m "v5.4.1"' - 'git tag -a v0.55.9 -m "v0.55.9"' ]
test-git
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'git config user.name "Conventional Changelog Action"', 'git config user.email "[email protected]"', 'git pull --tags --ff-only', + 'git tag -a v5.4.1 -m "v5.4.1"', - 'git tag -a v0.55.9 -m "v0.55.9"', 'git push origin refs/pull/271/merge --follow-tags' ]
test-git-fallback
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'git config user.name "Conventional Changelog Action"', 'git config user.email "[email protected]"', 'git pull --tags --ff-only', + 'git tag -a v5.5.0 -m "v5.5.0"', - 'git tag -a v0.1.0 -m "v0.1.0"', 'git push origin refs/pull/271/merge --follow-tags' ]
test-input-file
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.toml" but file does not exist!
test-json-new-prerelease
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new-prerelease.json" but file does not exist!
test-json-new
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.json" but file does not exist!
test-skip-bump-with-fallback-empty-version-file
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.json" but file does not exist!
test-toml-new
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.toml" but file does not exist!
test-yaml-new
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-new.yaml" but file does not exist!
test-yaml-empty
Tried to read "/home/runner/work/conventional-changelog-action/conventional-changelog-action/test-file-empty.yaml" but file does not exist!