Skip to content

Commit 79a2242

Browse files
committed
rename the ci job
1 parent d74c8fe commit 79a2242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Infra on LocalStack
1+
name: Deploy with Terraform & run tests
22

33
on:
44
push:
@@ -15,8 +15,8 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18-
infrastructure-check:
19-
name: Setup infrastructure using Terraform
18+
test:
19+
name: Run Integration Tests
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)