-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improved deployment tests. More github auth fixes * More function deployment testing * Fix formatting * Force curl to print error info * Remove stray return * Test new scrape method. Add scrape test to testFunction * Only include f releases. Print all unity versions on response for test function * Fix index * Remove duplicate versions * Match original order * Filter out Unity 5
- Loading branch information
1 parent
df93ec5
commit 31e7fd4
Showing
4 changed files
with
83 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,8 +58,13 @@ jobs: | |
args: deploy --only functions:testFunction | ||
env: | ||
GCP_SA_KEY: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_UNITY_CI_VERSIONS }}' | ||
|
||
- name: Call Test Function | ||
run: curl -f -s -S -X POST https://testfunction-wbe4ukn6tq-ey.a.run.app | ||
|
||
- name: Cleanup Firebase Test | ||
uses: w9jds/[email protected] | ||
if: always() | ||
with: | ||
args: functions:delete testFunction --force | ||
env: | ||
|
@@ -86,6 +91,7 @@ jobs: | |
GCP_SA_KEY: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_UNITY_CI_VERSIONS }}' | ||
- name: Cleanup Firebase Test | ||
uses: w9jds/[email protected] | ||
if: always() | ||
with: | ||
args: functions:delete testFunction --force | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters