Skip to content

Commit

Permalink
ci: added aw-server version output to screenshot comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 12, 2021
1 parent 04e15f4 commit f918e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ jobs:
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}
aw_server: ${{ matrix.aw-server }}
aw_version: ${{ matrix.aw-version }}
run: |
cat .github/commit_comment_template.md >> comment.md
echo "<details><summary>Screenshots using $aw_server (click to expand)</summary>" >> comment.md
echo "<details><summary>Screenshots using $aw_server $aw_version (click to expand)</summary>" >> comment.md
echo '<p float="left">' >> comment.md
cml-publish screenshots/activity.png | sed -E 's/.+/<img width="45%" src="\0"\/>/' >> comment.md
cml-publish screenshots/timeline.png | sed -E 's/.+/<img width="45%" src="\0"\/>/' >> comment.md
Expand Down

3 comments on commit f918e3f

@github-actions
Copy link

Choose a reason for hiding this comment

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

Here are screenshots of this commit:

Screenshots using aw-server v0.10.0 (click to expand)

CML watermark

@github-actions
Copy link

Choose a reason for hiding this comment

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

Here are screenshots of this commit:

Screenshots using aw-server-rust v0.10.0 (click to expand)

CML watermark

@github-actions
Copy link

Choose a reason for hiding this comment

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

Here are screenshots of this commit:

Screenshots using aw-server-rust master (click to expand)

CML watermark

Please sign in to comment.