njs gives access to env vars #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: proxy_set_header | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
test: | |
name: run tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout code | |
uses: actions/checkout@v2 | |
- name: start nginx | |
run: | | |
cd proxy_set_header | |
docker-compose up -d | |
- name: run tests | |
run: | | |
cd proxy_set_header | |
../support/test.sh ./about |