Skip to content

Commit

Permalink
Enable voms check
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Mar 13, 2024
1 parent f544d00 commit ee04b66
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,18 +140,18 @@ jobs:
run: |
docker run --rm ${tag} conda list --export
# - name: Make sure voms tools are working
# env:
# tag: ${{ steps.tags.outputs.tag }}
# run: |
# ERROR=$(docker run ${tag} voms-proxy-info 2>&1 > /dev/null; exit 0)
# TEST=$(echo -e "\nCouldn't find a valid proxy.\n")

# if [ "$ERROR" == "$TEST" ]; then
# exit 0
# else
# exit 1
# fi
- name: Make sure voms tools are working
env:
tag: ${{ steps.tags.outputs.tag }}
run: |
ERROR=$(docker run ${tag} voms-proxy-info 2>&1 > /dev/null; exit 0)
TEST=$(echo -e "\nCouldn't find a valid proxy.\n")
if [ "$ERROR" == "$TEST" ]; then
exit 0
else
exit 1
fi
- name: Test Pytest environement v0
if: ${{ matrix.image_dir == 'coffea-base' }}
Expand Down

0 comments on commit ee04b66

Please sign in to comment.