Skip to content

Commit

Permalink
fix: dependencies added to auto-merge.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Mirzarazi committed Feb 16, 2024
1 parent 142b394 commit 8227f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
build: npm run build
start: npm run start
wait-on: 'npx wait-on --timeout 120000 http://127.0.0.1:${{ steps.vars.outputs.port }}/ping'
wait-on: 'npx wait-on --timeout 120000 http-get://127.0.0.1:${{ steps.vars.outputs.port }}/ping'

# Verifies the boilerplate can start and run in codespace environment
test-for-codespaces:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
build: npm run build
start: npm run start
wait-on: 'npx wait-on --timeout 120000 http://127.0.0.1:${{ steps.vars.outputs.port }}/ping'
wait-on: 'npx wait-on --timeout 120000 http-get://127.0.0.1:${{ steps.vars.outputs.port }}/ping'

check-dependabot:
needs:
Expand Down

0 comments on commit 8227f0a

Please sign in to comment.