Skip to content

Commit

Permalink
chore(workflow): debug env var
Browse files Browse the repository at this point in the history
  • Loading branch information
wisley7l committed Aug 1, 2024
1 parent ff0de8f commit 2b14f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ jobs:
GALAXPAY_ID: ${{ secrets.GALAXPAY_ID }}
GALAXPAY_HASH: ${{ secrets.GALAXPAY_HASH }}
run: |
echo $ECOM_STORE_ID
echo "ECOM_STORE_ID is $ECOM_STORE_ID"
sleep 10
pnpm test:apps

0 comments on commit 2b14f2b

Please sign in to comment.