Fix: file location after rework of tests

This commit is contained in:
Phil Jay
2024-04-24 12:18:29 +10:00
parent 238431148e
commit 512aaef59f
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ function init_repo {
} }
@test "no deprecated set-output calls made" { @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 print_run_info
[ "$status" -eq 1 ] [ "$status" -eq 1 ]

View File

@@ -39,7 +39,7 @@ function init_repo {
} }
@test "no deprecated set-output calls made" { @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 print_run_info
[ "$status" -eq 1 ] [ "$status" -eq 1 ]