Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 17, 2025
1 parent 715dbe2 commit bb1d7c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codebuild_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
aws s3api list-buckets --region us-east-1 --output json
- name: put events
run: |
gh run view ${{ github.run_id }} --log >runevents
aws logs put-log-events --log-group-name cfpb-regtech-gha-test-1 --log-stream-name ${{ github.run_id }}${{ github.run_n umber }}${{ github.run_attempt }} --log-events runevents
run: |
gh run view ${{ github.run_id }} --log >runevents
aws logs put-log-events --log-group-name cfpb-regtech-gha-test-1 --log-stream-name ${{ github.run_id }}${{ github.run_n umber }}${{ github.run_attempt }} --log-events runevents

0 comments on commit bb1d7c9

Please sign in to comment.