Skip to content

Commit

Permalink
SK-1749: Fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshwar-skyflow committed Nov 26, 2024
1 parent c0d52b9 commit 4f73096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Process and Update Test Constants
run: |
echo "${{ secrets.VALID_SKYFLOW_CREDS_TEST }}" > ./tests/service-account/valid_credentials.json
echo "${{ secrets.VALID_SKYFLOW_CREDS_TEST }}" > ./tests/service_account/valid_credentials.json
STRING_FORMAT=$(echo "${{ secrets.VALID_SKYFLOW_CREDS_TEST }}" | jq -c .)
DICT_FORMAT=$(echo "${{ secrets.VALID_SKYFLOW_CREDS_TEST }}" | jq .)
sed -i "s|VALID_CREDENTIALS_STRING = .*|VALID_CREDENTIALS_STRING = '$STRING_FORMAT'|" ./tests/constants/test_constants.py
Expand Down

0 comments on commit 4f73096

Please sign in to comment.