Skip to content

Commit 7b58eb2

Browse files
committed
Test
1 parent 4476c87 commit 7b58eb2

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: setup-gcloud
2+
3+
runs:
4+
using: "composite"
5+
steps:
6+
- name: Auth gcloud
7+
uses: google-github-actions/auth@v2
8+
with:
9+
workload_identity_provider: 'projects/321830142373/locations/global/workloadIdentityPools/github/providers/expo'
10+
service_account: 'eas-cli-github-actions@exponentjs.iam.gserviceaccount.com'
11+
12+
- name: Setup gcloud
13+
uses: google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2
14+
with:
15+
version: 4.13.0
16+
project_id: exponentjs
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
push: {}
3+
4+
jobs:
5+
test:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
9+
10+
- uses: ./.github/internal-actions/setup-gcloud
11+
12+
- name: Test
13+
run: |
14+
gsutil cp gs://eas-build-worker-tarballs/worker-android-staging.tar.gz gs://eas-build-worker-tarballs/worker-android-test.tar.gz

0 commit comments

Comments
 (0)