Skip to content

Commit

Permalink
Uncomment checkbot checks
Browse files Browse the repository at this point in the history
How much wood would a woodchuck chuck?
  • Loading branch information
0x2b3bfa0 authored May 19, 2021
1 parent d716d30 commit b407f45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checkbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
REPO_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo 'Check container!' > report.md
vl2svg assets/vega-lite.json | cml-publish --md >> report.md
vl2png assets/vega-lite.json | cml-publish --md >> report.md
#cml-send-comment report.md
#cml-send-github-check report.md
cml-send-comment report.md
cml-send-github-check report.md
cml-runner \
--cloud-spot \
Expand Down

3 comments on commit b407f45

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.