Skip to content

Commit 275213c

Browse files
authored
Update .github/workflows/docker-tests.yml
1 parent 4186942 commit 275213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
run: |
66-
# Create a JSON file for Testing Farm in order to schedule a CI testing job
66+
# Create a JSON data structure for GitHub API to display the test status in the PR
6767
cat << EOF > pending.json
6868
{
6969
"sha": "${{ steps.sha_value.outputs.SHA }}",

0 commit comments

Comments
 (0)