| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e55cf10 commit 5bcbdba
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,8 @@ permissions: | |||
| 13 | 13 | id-token: write | |
| 14 | 14 | ||
| 15 | 15 | jobs: | |
| 16 | - Test: | ||
| 16 | + test: | ||
| 17 | + name: Integration Tests | ||
| 17 | 18 | runs-on: ubuntu-latest | |
| 18 | 19 | steps: | |
| 19 | 20 | - name: Checkout 🛎 | |
@@ -73,9 +74,10 @@ jobs: | |||
| 73 | 74 | working-directory: ./tests | |
| 74 | 75 | run: docker compose down -v | |
| 75 | 76 | ||
| 76 | - Deploy: | ||
| 77 | + deploy: | ||
| 78 | + name: Deploy 🚀 | ||
| 77 | 79 | runs-on: ubuntu-latest | |
| 78 | - needs: Test | ||
| 80 | + needs: test | ||
| 79 | 81 | if: github.event_name == 'push' && github.ref == 'refs/heads/main' | |
| 80 | 82 | steps: | |
| 81 | 83 | - name: Authenticate to Google Cloud | |
@@ -87,7 +89,7 @@ jobs: | |||
| 87 | 89 | - name: Set up Cloud SDK | |
| 88 | 90 | uses: google-github-actions/setup-gcloud@v3 | |
| 89 | 91 | ||
| 90 | - - name: Trigger Cloud Build Deploy 🚀 | ||
| 92 | + - name: Trigger Cloud Build Deploy | ||
| 91 | 93 | run: | | |
| 92 | 94 | BUILD_ID=$(gcloud builds triggers run api-httpsms-com \ | |
| 93 | 95 | --region=global \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,7 @@ defaults: | |||
| 11 | 11 | ||
| 12 | 12 | jobs: | |
| 13 | 13 | ci: | |
| 14 | + name: Build & Deploy | ||
| 14 | 15 | runs-on: ${{ matrix.os }} | |
| 15 | 16 | ||
| 16 | 17 | strategy: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments