Commit graph

12 commits

Author SHA1 Message Date
Averi Kitsch
990c038e2c
feat: update to use setup-cloud-sdk package (#397)
* feat: update to use setup-cloud-sdk package

* Update deps

* fix lint
2021-11-24 13:04:06 -08:00
Bharath KKB
09f907be4c
chore: fix unit test triggers (#345) 2021-07-29 10:33:58 -07:00
T Hernandez
38fab8887c
feat: cleanup old actions(#331)
* First pass of cleanup of old actions code

* fixed primary CHANGELOG file from setup-gcloud shift

* cleaning up old workflows

* removing working-directory spec as it's no longer needed

* Moar cleanup on the path to cleanup redemption

* "it now builds and tests pass locally"

* lint error cleanup

* More path cleanup

* addressing PR comments, more cleanup

* missed two files in last update

* Update README.md

Co-authored-by: Averi Kitsch <akitsch@google.com>
2021-07-23 13:24:52 -05:00
Averi Kitsch
a4a3ab71b6
feat: Add optional credentials_file_path input for setup-gcloud (#153) (#213)
* Add optional credentials_file_path input for setup-gcloud (#153)

* Add optional credentials_file_path input to setup-gcloud

* Update setup-gcloud/tests/setup-gcloud.test.ts

Co-authored-by: Averi Kitsch <akitsch@google.com>

Co-authored-by: Averi Kitsch <akitsch@google.com>

* Respond to comments

* lint

* update timeout

Co-authored-by: Bryan Ricker <bryancricker@gmail.com>
2020-10-27 11:23:32 -07:00
Seth Vargo
a8e206b19c
Run when workflows change too 2020-06-07 09:55:56 -04:00
averikitsch
d153f05d28 Add appengine-deploy action and refactor setup-gcloud
initial

Add test app and tests

add license

Update ReadMe and runner

Fix lint errors

Missed fixes

Update tests to run integration on PR

rename pkg -> setupGloudSDK

Update ts congig

Remove project id requirement

Update gcloud set project id func

Add unit tests for pkg

Add set project to action

rebuild

Fix gcloud typo

lint pkg and update project id dependency

Update tmp JSON writer

Add cleanup to integration tests

Update get input validation

fix json string

Fix test order and version name

add project id to test

remove clean up step

Update project url

Add no promote flag

test stderr vs stdout

Update pkg build

refactor setup-gcloud

clean up

Fix tool command for isAuthenticated

debugging

test command

Fix isInstalled method

Clean up
2020-04-12 16:23:05 -07:00
Seth Vargo
34d211c669
Only run CI checks that correspond to changed files
This reduces the number of tests we need to run by mapping the tests to
the files changed.
2020-03-17 12:02:12 -04:00
Seth Vargo
eed4b0ccc8
Update linter and formatter to match 2020-02-21 15:36:49 -05:00
Seth Vargo
b85d80ad89
Initial commit 2020-02-19 21:49:08 -05:00
craigdbarber
6102f1dea3 Added exponential backup for flaky HTTP responses 2020-01-29 17:27:31 -08:00
craigdbarber
67cc6ea9ad Segregated ITs into separate workflow 2020-01-29 14:39:59 -08:00
craigdbarber
5d9c627527 Added ITs for action 2020-01-29 14:39:59 -08:00
Renamed from .github/workflows/workflow.yml (Browse further)