Skip to content

Commit

Permalink
Update aws_terraform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml authored Oct 13, 2023
1 parent bac9429 commit c8ab17d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/aws_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Change Working Directory
run: cd aws-terraform

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Install Dependencies
run: make format
working-directory: aws-terraform

- name: Run Python Script
run: make workflow
working-directory: aws-terraform

0 comments on commit c8ab17d

Please sign in to comment.