Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - change docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 5, 2023
1 parent 7298cdf commit c972d86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ jobs:
npm --no-git-tag-version version ${THE_VERSION//-*}
- name: Setup local DynamoDB
if: ${{ startsWith(github.ref, 'test') }}
run: docker run -d -p 8000:8000 amazon/dynamodb-local

- name: Lint and Flake Install
if: ${{ startsWith(github.ref, 'test') }}
run: |
pip3 install -U pip pylint
pip3 install -U pip flake8
Expand All @@ -114,11 +112,9 @@ jobs:
pip3 install -U pip pytest-dynamodb
- name: Load sample
if: ${{ startsWith(github.ref, 'test') }}
run: python3 tests/example_load_data.py

- name: Test with pytest
if: ${{ startsWith(github.ref, 'test') }}
run: pytest tests/test_api.py

- name: Commit Version Bump
Expand Down

0 comments on commit c972d86

Please sign in to comment.