Skip to content

Commit

Permalink
fix: seperate workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangrewe-bosch committed Jan 25, 2024
1 parent 1f3eba1 commit a35cb9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 37 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/caliper-load-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,18 @@ jobs:
mv "$HOME/caliper/scripts/run_caliper_load_tests.sh" "$HOME"
"$HOME/run_caliper_load_tests.sh"
- name: Zip Charts
id: zip-charts
uses: appleboy/[email protected]
with:
host: ${{ env.AZURE_VM_IP }}
username: caliper
key: ${{ secrets.CALIPER_PRIVATE_KEY }}
script: |
cd "$HOME"/caliper/mkdocs/docs/images/ || exit 1
zip -r charts.zip charts/
- name: Copy Report Charts
- name: Copy Charts
id: copy-charts
run: |
mkdir -p ~/.ssh
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/gh-pages.yaml

This file was deleted.

0 comments on commit a35cb9a

Please sign in to comment.