Skip to content

Commit

Permalink
Syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Dec 19, 2024
1 parent b5883b8 commit e2adfa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,7 @@ jobs:
BILLING_FLAVOR: ${{ github.event.inputs.e2e_tests_infra_flavor == 'prod' && 'oss' || 'play' }}

Check failure on line 557 in .github/workflows/android-app.yml

View workflow job for this annotation

GitHub Actions / check-formatting

557:121 [line-length] line too long (139 > 120 characters)
INFRA_FLAVOR: ${{ github.event.inputs.e2e_tests_infra_flavor }}
PARTNER_AUTH: ${{ github.event.inputs.e2e_tests_infra_flavor == 'stagemole' && secrets.STAGEMOLE_PARTNER_AUTH || '' }}
VALID_TEST_ACCOUNT_NUMBER: >
github.event.inputs.e2e_tests_infra_flavor == 'prod' &&
secrets.ANDROID_PROD_TEST_ACCOUNT || ''
VALID_TEST_ACCOUNT_NUMBER: ${{ github.event.inputs.e2e_tests_infra_flavor == 'prod' && secrets.ANDROID_PROD_TEST_ACCOUNT || '' }}
INVALID_TEST_ACCOUNT_NUMBER: '0000000000000000'
ENABLE_HIGHLY_RATE_LIMITED_TESTS: ${{ github.event_name == 'schedule' && 'true' || 'false' }}
ENABLE_ACCESS_TO_LOCAL_API_TESTS: true
Expand Down

0 comments on commit e2adfa4

Please sign in to comment.