File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -410,32 +410,6 @@ cat_github_output() {
410410 assert_output --partial refs/tags/v2.0.0
411411}
412412
413- @test " If SKIP_FETCH is true git-fetch will not be called" {
414-
415- touch " ${FAKE_LOCAL_REPOSITORY} " /new-file-{1,2,3}.txt
416-
417- INPUT_SKIP_FETCH=true
418-
419- run git_auto_commit
420-
421- assert_success
422-
423- assert_line " ::debug::git-fetch will not be executed."
424- }
425-
426- @test " If SKIP_CHECKOUT is true git-checkout will not be called" {
427-
428- touch " ${FAKE_LOCAL_REPOSITORY} " /new-file-{1,2,3}.txt
429-
430- INPUT_SKIP_CHECKOUT=true
431-
432- run git_auto_commit
433-
434- assert_success
435-
436- assert_line " ::debug::git-checkout will not be executed."
437- }
438-
439413@test " It pushes generated commit and tag to remote and actually updates the commit shas" {
440414 INPUT_BRANCH=" "
441415 INPUT_TAGGING_MESSAGE=" v2.0.0"
You can’t perform that action at this time.
0 commit comments