File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,12 +170,12 @@ runs:
170
170
env :
171
171
COMPOSE_PROFILES : ${{ inputs.compose_profiles }}
172
172
run : |
173
- sudo chown root /usr/bin/rsync && sudo chmod u+s /usr/bin/rsync
174
- rsync -aW --super --numeric-ids --no-compress --mkpath \
175
- /var/lib/docker/volumes/sentry-postgres \
176
- /var/lib/docker/volumes/sentry-clickhouse \
177
- /var/lib/docker/volumes/sentry-kafka \
178
- "$RUNNER_TEMP/volumes/"
173
+ # sudo chown root /usr/bin/rsync && sudo chmod u+s /usr/bin/rsync
174
+ # rsync -aW --super --numeric-ids --no-compress --mkpath \
175
+ # /var/lib/docker/volumes/sentry-postgres \
176
+ # /var/lib/docker/volumes/sentry-clickhouse \
177
+ # /var/lib/docker/volumes/sentry-kafka \
178
+ # "$RUNNER_TEMP/volumes/"
179
179
cd ${{ github.action_path }}
180
180
pytest -x --cov --junitxml=junit.xml _integration-test/
181
181
You can’t perform that action at this time.
0 commit comments