Skip to content

Commit 6ea5dc4

Browse files
committed
compose validation temporarily disabled
1 parent e75491c commit 6ea5dc4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/check-sample.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
echo "@@ MODIFIED @@"
2727
cat modified.txt
2828
29-
- name: Validate Compose Files with Defang CLI
30-
run: |
31-
. <(curl -Ls https://s.defang.io/install)
32-
cat modified.txt | xargs -n1 defang compose config -C > /dev/null
29+
# TODO: Uncomment the following lines to validate the Compose files
30+
# once we figure out how to prevent it from erroring on warnings.
31+
# - name: Validate Compose Files with Defang CLI
32+
# run: |
33+
# . <(curl -Ls https://s.defang.io/install)
34+
# cat modified.txt | xargs -n1 defang compose config -C > /dev/null
3335

3436
- name: Add checklist to PR description
3537
uses: actions/github-script@v5

0 commit comments

Comments
 (0)