Skip to content

Commit

Permalink
One more quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcardonag authored Jan 20, 2025
1 parent 4ffccce commit 3a0ee51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload Lighthouse Test Result to S3
run: |
mv ${GITHUB_WORKSPACE}/tmp/artifacts/lighthouse/${GITHUB_SHA}/report-*.html ${GITHUB_WORKSPACE}/tmp/artifacts/lighthouse/${GITHUB_SHA}/lighthouse_result.html
aws s3 cp ${GITHUB_WORKSPACE}/tmp/artifacts/lighthouse/${GITHUB_SHA}/lighthouse_result.html s3://test.phlask.me/${GITHUB_SHA}/testResults/lighthouse_result.html --acl public-read
aws s3 cp ${GITHUB_WORKSPACE}/tmp/artifacts/lighthouse/${GITHUB_SHA}/lighthouse_result.html s3://test.phlask.me/${GITHUB_SHA}/testResults/lighthouse_result.html
aws --region us-east-1 dynamodb update-item --table-name test-page-list --key '{
"gitHash": {"S": "'${GITHUB_SHA}'"}
}' --update-expression "SET #G = :g" --expression-attribute-names '{
Expand Down

0 comments on commit 3a0ee51

Please sign in to comment.