Skip to content

Commit 0c0c60d

Browse files
authored
[DECO-26060] Migrate integration tests to Checks API Followup (#1828)
## Changes <!-- Summary of your changes that are easy to understand --> Follow-up to #1826 - run against main. ## Tests <!-- How is this tested? --> Co-authored-by: Omer Lachish <rauchy@users.noreply.github.com>
1 parent 47c94dd commit 0c0c60d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
8282
run: |
8383
gh workflow run vscode-isolated-pr.yml -R ${{ secrets.ORG_NAME }}/${{secrets.REPO_NAME}} \
84-
--ref deco-26060-vscode-checks-api \
84+
--ref main \
8585
-f pull_request_number=${{ github.event.pull_request.number }} \
8686
-f commit_sha=${{ github.event.pull_request.head.sha }} \
8787
-f check_run_id=${{ steps.create-check.outputs.check_run_id }}

0 commit comments

Comments
 (0)