We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f719d commit e88f1e3Copy full SHA for e88f1e3
.github/workflows/master_only.yml
@@ -142,7 +142,7 @@ jobs:
142
SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
143
run: pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5
144
- name: Upload Benchmark Artifact to S3
145
- run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmarks
+ run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmark
146
147
build-all-docker-images:
148
if: github.repository == 'feast-dev/feast'
0 commit comments