Skip to content

Commit

Permalink
testing reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Dec 5, 2024
1 parent c896978 commit bcc8457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/start-localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
with:
repository: ${{ inputs.test_repo_name }}
ref: ${{ inputs.test_repo_branch }}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand All @@ -66,6 +61,11 @@ jobs:
uses: ./.github/workflows/add_ip_to_sg.yml
with:
port: ${{inputs.connection_port}}

- uses: actions/checkout@v3
with:
repository: ${{ inputs.test_repo_name }}
ref: ${{ inputs.test_repo_branch }}
- name: Echo Localstack Config
run: echo repo name ${{inputs.test_repo_name}} repo branch ${{ inputs.test_repo_branch }} region ${{ inputs.region }}

Expand Down

0 comments on commit bcc8457

Please sign in to comment.