mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Fix: file location after rework of tests
This commit is contained in:
@@ -87,7 +87,7 @@ function init_repo {
|
||||
}
|
||||
|
||||
@test "no deprecated set-output calls made" {
|
||||
run grep -q "::set-output" ../version-increment.sh
|
||||
run grep -q "::set-output" version-increment.sh
|
||||
|
||||
print_run_info
|
||||
[ "$status" -eq 1 ]
|
||||
|
||||
@@ -39,7 +39,7 @@ function init_repo {
|
||||
}
|
||||
|
||||
@test "no deprecated set-output calls made" {
|
||||
run grep -q "::set-output" ../version-lookup.sh
|
||||
run grep -q "::set-output" version-lookup.sh
|
||||
|
||||
print_run_info
|
||||
[ "$status" -eq 1 ]
|
||||
|
||||
Reference in New Issue
Block a user