Skip to content

Commit

Permalink
minimise differences with "parent" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Sep 20, 2024
1 parent 1605888 commit 059fc10
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: cd test/test && npm i
- run: cd test && npm i
- run: cd test && ./run-tests.sh
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ wait_for_http_response 5 localhost:33333/health 200
log "Waiting for nginx..."
wait_for_http_response 90 localhost:9000 301

(cd test && npm run test:nginx)
npm run test:nginx

log "Completed OK."
File renamed without changes.
1 change: 0 additions & 1 deletion test/test/.gitignore

This file was deleted.

0 comments on commit 059fc10

Please sign in to comment.