File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ permissions:
1313 id-token : write
1414
1515jobs :
16- Test :
16+ test :
17+ name : Integration Tests
1718 runs-on : ubuntu-latest
1819 steps :
1920 - name : Checkout 🛎
7374 working-directory : ./tests
7475 run : docker compose down -v
7576
76- Deploy :
77+ deploy :
78+ name : Deploy 🚀
7779 runs-on : ubuntu-latest
78- needs : Test
80+ needs : test
7981 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
8082 steps :
8183 - name : Authenticate to Google Cloud
8789 - name : Set up Cloud SDK
8890 uses : google-github-actions/setup-gcloud@v3
8991
90- - name : Trigger Cloud Build Deploy 🚀
92+ - name : Trigger Cloud Build Deploy
9193 run : |
9294 BUILD_ID=$(gcloud builds triggers run api-httpsms-com \
9395 --region=global \
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ defaults:
1111
1212jobs :
1313 ci :
14+ name : Build & Deploy
1415 runs-on : ${{ matrix.os }}
1516
1617 strategy :
You can’t perform that action at this time.
0 commit comments