Skip to content

Commit

Permalink
NH-46935: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Jul 17, 2023
1 parent deaee0b commit 8d5a4f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/verify_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ fi

# verification
echo "$PWD"
ruby scripts/test_install.rb
ruby test_install.rb

if [[ $? -ne 0 ]]; then
if [ $? -ne 0 ]; then
echo "Problem encountered"
exit 1
fi
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/verify_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
image: ruby:3.2.2-alpine3.17
- hostname: rb3.2.2-slim-bullseye
image: ruby:3.2.2-slim-bullseye
exclude:
- hostname: rb3.0.6-alpine3.16
arch: arm64
- hostname: rb3.2.2-alpine3.17
arch: arm64

runs-on: ${{ matrix.arch == 'arm64' && fromJSON(needs.start_arm64_runner.outputs.matrix)[matrix.image].label || 'ubuntu-latest' }}

Expand Down

0 comments on commit 8d5a4f9

Please sign in to comment.