Skip to content

Commit 62f4e77

Browse files
committed
fix: add debugging step to validate-flags workflow for better visibility
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 7082df7 commit 62f4e77

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate-flags.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jobs:
3939
manifest: "flags.json"
4040
against: "https://flagd-studio.onrender.com/api"
4141
auth-token: ${{ secrets.FLAGD_STUDIO_TOKEN }}
42+
43+
- name: debugging
44+
run: cat flags.json && cat against-flags.json

0 commit comments

Comments
 (0)