Skip to content

Commit

Permalink
rename job and step
Browse files Browse the repository at this point in the history
  • Loading branch information
edeas123 committed Feb 28, 2021
1 parent 48fd312 commit e16bf93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
jobs:
test:
name: Test Lambda functions
name: Test and Deploy Lambda functions
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Test functions
run: pytest

- name: Package function
- name: Package functions code
run: zip -r visitor_record_visit.zip profile

- name: Configure AWS credentials
Expand Down

0 comments on commit e16bf93

Please sign in to comment.