Improve versioned macOS test

This commit is contained in:
Carlo Cabrera 2023-04-04 02:42:14 +08:00
parent 839b7d44cc
commit 4cb50a38c7
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -158,6 +158,7 @@ describe "brew determine-test-runners" do
expect(File.read(github_output)).not_to be_empty
expect(get_runners(github_output)).to eq(["13", "13-arm64", linux_runner])
expect(get_runners(github_output)).not_to eq(all_runners)
end
end