Skip to content

Commit

Permalink
Syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Jan 7, 2025
1 parent e6a54f5 commit 55a8577
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,8 @@ jobs:
TEST_TYPE: e2e

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

View workflow job for this annotation

GitHub Actions / check-formatting

556:121 [line-length] line too long (128 > 120 characters)
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 || '' }}
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 || '' }}
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 55a8577

Please sign in to comment.