Skip to content

Commit

Permalink
ci: improve gatling
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole committed Aug 24, 2023
1 parent c6438af commit c10e15a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gatling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ jobs:
destination_dir: ${{ env.GATLING_OUTPUT_FOLDER }}

- name: Print deployed
run: echo "Deployed at [https://aripiprazole.github.io/rinha/${{ env.GATLING_OUTPUT_FOLDER }}](aripiprazole.github.io/rinha/${{ env.GATLING_OUTPUT_FOLDER }})" >> "${GITHUB_STEP_SUMMARY}"
run: |
echo "Deployed at https://aripiprazole.github.io/rinha/${{ env.GATLING_OUTPUT_FOLDER }}"
echo "and printing to summary:"
echo "Deployed at [https://aripiprazole.github.io/rinha/${{ env.GATLING_OUTPUT_FOLDER }}](https://aripiprazole.github.io/rinha/${{ env.GATLING_OUTPUT_FOLDER }})" >> "${GITHUB_STEP_SUMMARY}"

0 comments on commit c10e15a

Please sign in to comment.