Skip to content

Commit

Permalink
Merge pull request #62 from premisedata/INFRA-1754
Browse files Browse the repository at this point in the history
[TEST]
  • Loading branch information
diegoandresdiazespinoza authored Nov 27, 2023
2 parents 9eb9ab8 + a0e6e6a commit 9ac4f44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dp_update_api_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
run: gcloud components install beta
- name: Listing auths
run: gcloud auth list --filter=status:ACTIVE --format="value(account)"
# - name: Python setup
# uses: actions/setup-python@v4
# - name: Install google api
# run: pip install google-api-python-client
# - name: Runing python list
# run: python test_api_list.py
- name: Python setup
uses: actions/setup-python@v4
- name: Install google api
run: pip install google-api-python-client
- name: Runing python list
run: python test_api_list.py
- name: List services
run: gcloud config set account sa-developer-portal-rd; gcloud services list --available --filter="name:*.googleapis.com"

0 comments on commit 9ac4f44

Please sign in to comment.