Skip to content

Commit

Permalink
testing environment secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Dec 6, 2024
1 parent 878fa42 commit 5632c06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-universal-doc_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ jobs:
if [ -d "transforms/universal/doc_id/spark" ]; then
make -C data-processing-lib/spark DOCKER=docker image
fi
echo "DPK_TEST= $(DPK_TEST) , $DPK_TEST , ${{ secrets.DPK_TEST }} "
echo "DPK_TEST= $(DPK_TEST)
echo " $DPK_TEST "
echo " ${{ secrets.DPK_TEST }} "
make -C transforms/universal/doc_id DOCKER=docker test-image
else
echo "transforms/universal/doc_id/Makefile not found - testing disabled for this transform."
Expand Down

0 comments on commit 5632c06

Please sign in to comment.