We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd2f2e commit b494e8bCopy full SHA for b494e8b
1 file changed
.github/workflows/api.yml
@@ -13,7 +13,7 @@ permissions:
13
id-token: write
14
15
jobs:
16
- test:
+ Test:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout 🛎
@@ -73,9 +73,9 @@ jobs:
73
working-directory: ./tests
74
run: docker compose down -v
75
76
- deploy:
+ Deploy:
77
78
- needs: test
+ needs: Test
79
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
80
81
- name: Authenticate to Google Cloud
0 commit comments