Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Jan 2, 2024
1 parent 634f9bb commit 3a8cf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Upload test results
run: |
filename=$(ls | grep -E '^[0-9]{12}_cli_test_report\.xml$')
python3 test_scripts/test_report_upload_script.py "${filename}"
python test_scripts/test_report_upload_script.py "${filename}"
env:
LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
LINODE_CLI_OBJ_SECRET_KEY: ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
Expand Down

0 comments on commit 3a8cf83

Please sign in to comment.