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 6da893f commit d426439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-universal-doc_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if [ -d "transforms/universal/doc_id/spark" ]; then
make -C data-processing-lib/spark DOCKER=docker image
fi
echo "DPK_TEST= $(DPK_TEST) ""
echo "DPK_TEST= $(DPK_TEST) "
echo " $DPK_TEST "
echo " ${{ secrets.DPK_TEST }} "
make -C transforms/universal/doc_id DOCKER=docker test-image
Expand Down

0 comments on commit d426439

Please sign in to comment.