Skip to content

Commit

Permalink
chore: Update actions/checkout and localstack action
Browse files Browse the repository at this point in the history
  • Loading branch information
martdo02 committed Sep 6, 2024
1 parent af41ad4 commit f2774c1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Start LocalStack
run: |
pip install 'localstack==3.7.1'
localstack start -d
echo "Waiting for LocalStack startup..."
localstack wait -t 30
echo "LocalStack startup complete"
- uses: LocalStack/[email protected]
with:
image-tag: '3.7.2'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit f2774c1

Please sign in to comment.