Skip to content

Commit d68afd3

Browse files
committed
testing
1 parent 6cdc891 commit d68afd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codebuild_runner_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
env:
3333
GH_TOKEN: ${{ github.token }}
3434
run: |
35-
gh run view ${{ github.run_id }} --log >runevents
36-
aws logs put-log-events --log-group-name $CLOUDWATCH_LOGGROUP_NAME --log-stream-name $CLOUDWATCH_LOGSTREAM_NAME --log-events runevents
35+
ls -alt >events_test
36+
aws logs put-log-events --log-group-name $CLOUDWATCH_LOGGROUP_NAME --log-stream-name $CLOUDWATCH_LOGSTREAM_NAME --log-events events_test
3737

0 commit comments

Comments
 (0)