Skip to content

Commit ddc9b10

Browse files
committed
try to remove caching stuff
1 parent a9a4ed9 commit ddc9b10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ runs:
170170
env:
171171
COMPOSE_PROFILES: ${{ inputs.compose_profiles }}
172172
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/"
179179
cd ${{ github.action_path }}
180180
pytest -x --cov --junitxml=junit.xml _integration-test/
181181

0 commit comments

Comments
 (0)