Skip to content

Commit

Permalink
remove terraform requirement from db migration action
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Mar 20, 2024
1 parent 71f31ef commit 06e1a3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-migrations-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
name: Migrate database (DEV)
runs-on: ubuntu-latest
steps:
- uses: hashicorp/setup-terraform@v1
- name: Checkout
uses: actions/checkout@master

# Add steps here like linting, testing, minification, etc.
- id: install-aws-cli
uses: unfor19/install-aws-cli-action@v1
Expand Down

0 comments on commit 06e1a3c

Please sign in to comment.