Skip to content

Commit 912726a

Browse files
committed
test
1 parent b17fe3c commit 912726a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/update-index.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ jobs:
1313
steps:
1414
- name: checkout main
1515
uses: actions/checkout@v4
16+
- name: Test
17+
env:
18+
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
19+
AWS_ENDPOINT_URL: ${{ secrets.R2_ENDPOINT }}
20+
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
21+
run: |
22+
aws s3 sync --debug \
23+
test_fixtures s3://${{secrets.R2_BUCKET}}/
1624
- name: setup python
1725
uses: actions/setup-python@v5
1826
with:

0 commit comments

Comments
 (0)