Skip to content

Commit

Permalink
specify the python version for ftl test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunmou99 committed Nov 6, 2023
1 parent a5ed756 commit bdcfbcf
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
env:
LEGACY: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
run: scripts/setup_quickstart.sh crashlytics
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dynamiclinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
run: scripts/setup_quickstart.sh DynamicLinks
- name: Install Secret GoogleService-Info.plist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
run: scripts/setup_quickstart.sh functions
- name: install secret googleservice-info.plist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
run: scripts/setup_quickstart.sh installations
- name: Copy mock plist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
run: scripts/setup_quickstart.sh messaging
- name: Install Secret GoogleService-Info.plist
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
run: scripts/setup_quickstart.sh performance
- name: Install Secret GoogleService-Info.plist
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

quickstart-ftl-cron-only:
# Don't run on private repo.
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'
if: github.repository == 'Firebase/firebase-ios-sdk'
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
Expand All @@ -147,6 +147,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: Setup quickstart
run: scripts/setup_quickstart.sh storage
- name: Install Secret GoogleService-Info.plist
Expand Down

0 comments on commit bdcfbcf

Please sign in to comment.