Skip to content

Commit cdef57c

Browse files
committed
adding permission
1 parent b1c3c87 commit cdef57c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-e2e-tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
role-to-assume: ${{ secrets.AWS_E2E_TEST_ROLE }}
2727
aws-region: us-east-2
2828

29+
- name: Make the e2e test script executable
30+
run: chmod +x e2e_tests/firehose_e2e_tests.sh
31+
2932
- name: Run end to end tests for Firehose
3033
env:
3134
NEW_RELIC_USER_KEY: ${{ secrets.NEW_RELIC_USER_KEY }}

0 commit comments

Comments
 (0)