Skip to content

Commit ae8ffb0

Browse files
authored
cleanup after bug fix
Clean up for 'version 1' of the workflow, including an export of unused vaccination and consent data for subsequent tests.
1 parent d0955de commit ae8ffb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/performance-large-org.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
-JLoops=1 \
110110
-JUser=${{inputs.user}} \
111111
-JVaccinationLoop=${{inputs.vaccination_loop}}
112+
gzip -c ${{ env.large-org-home }}/consent.csv > ${{ env.large-org-home }}/consent.csv.gz
113+
gzip -c ${{ env.large-org-home }}/vaccination.csv > ${{ env.large-org-home }}/vaccination.csv.gz
112114
113115
- name: Upload JMeter output
114116
uses: actions/upload-artifact@v4
@@ -117,6 +119,8 @@ jobs:
117119
path: large-org-output
118120
if-no-files-found: warn
119121

122+
123+
120124
#GitHub pages temporarily disabled to save junk being published
121125
# - name: Publish report to GH Pages
122126
# uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)