mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
fix tests
This commit is contained in:
4
.github/workflows/release_cli_and_assets.yml
vendored
4
.github/workflows/release_cli_and_assets.yml
vendored
@@ -174,10 +174,6 @@ jobs:
|
||||
exclude:
|
||||
- platform: ubuntu-latest
|
||||
test_block: chaos_and_query
|
||||
- platform: ubuntu-latest
|
||||
test_block: ssl
|
||||
- platform: ubuntu-latest
|
||||
test_block: installation
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Trim asset version prefix and Validate
|
||||
|
||||
@@ -27,7 +27,7 @@ load "$LIB_BATS_SUPPORT/load.bash"
|
||||
elif [[ "$arch" == "x86_64" && "$os" == "Darwin" ]]; then
|
||||
assert_output --partial 'Mach-O 64-bit executable x86_64'
|
||||
elif [[ "$arch" == "x86_64" && "$os" == "Linux" ]]; then
|
||||
assert_output --partial 'ELF 64-bit LSB executable, x86-64'
|
||||
assert_output --partial 'ELF 64-bit LSB pie executable, x86-64'
|
||||
elif [[ "$arch" == "aarch64" && "$os" == "Linux" ]]; then
|
||||
assert_output --partial 'ELF 64-bit LSB executable, ARM aarch64'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user