Skip to content

Commit

Permalink
ci: check package in fih_test_docker
Browse files Browse the repository at this point in the history
Change-Id: I500d271c74e6f2fd6f4a2c33e2ecf808edb1e7c9
Signed-off-by: David Vincze <[email protected]>
  • Loading branch information
davidvincze committed Jul 9, 2024
1 parent 1d79ef3 commit 841cfe4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/fih-tests_run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

# Copyright (c) 2020-2023 Arm Limited
# Copyright (c) 2020-2024 Arm Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,6 +22,10 @@ pushd .. &&\
git checkout 8faae452712b630dc69c24da61e84c88a901d2d4 &&\
popd

# check installed version of...
python3 -m pip show \
cryptography

if [[ $GITHUB_ACTIONS == true ]]; then
if [[ -z $FIH_ENV ]]; then
echo "Workflow has found no \$FIH_ENV"
Expand Down

0 comments on commit 841cfe4

Please sign in to comment.