Skip to content

Commit

Permalink
Fix up whitespace in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeucht committed Nov 20, 2023
1 parent b4ba5dc commit da4eacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample-app-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:

runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Run docker
run: docker run --rm -p 9000:8080 samplelambda:latest --detach
- name: Test function
run: curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
run: curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'

0 comments on commit da4eacd

Please sign in to comment.