Skip to content

Commit b494e8b

Browse files
committed
Fix api
1 parent 8dd2f2e commit b494e8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/api.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
id-token: write
1414

1515
jobs:
16-
test:
16+
Test:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout 🛎
@@ -73,9 +73,9 @@ jobs:
7373
working-directory: ./tests
7474
run: docker compose down -v
7575

76-
deploy:
76+
Deploy:
7777
runs-on: ubuntu-latest
78-
needs: test
78+
needs: Test
7979
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8080
steps:
8181
- name: Authenticate to Google Cloud

0 commit comments

Comments
 (0)