Skip to content

Commit a56fecd

Browse files
committed
tests -> test
1 parent f521b72 commit a56fecd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testNginxForAzureDeploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
shell: bash
3333
run: |
3434
echo "RANDOM=$((RANDOM%10))" >> $GITHUB_ENV
35-
sed -i 's/000000/'"${{ env.RANDOM }}"'/g' tests/configs/single/nginx.conf
35+
sed -i 's/000000/'"${{ env.RANDOM }}"'/g' test/configs/single/nginx.conf
3636
- name: 'Sync NGINX configuration to NGINX on Azure instance - single file'
3737
uses: nginxinc/nginx-for-azure-deploy-action@v0
3838
with:
3939
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4040
resource-group-name: $TEST_RESOURCE_GROUP_NAME
4141
nginx-deployment-name: $NGINX_DEPLOYMENT_NAME
42-
nginx-config-directory-path: tests/configs/single/
42+
nginx-config-directory-path: test/configs/single/
4343
nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE
4444
transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH
4545
- name: 'Validate config update - single file'
@@ -49,14 +49,14 @@ jobs:
4949
- name: 'Update config - multi file'
5050
shell: bash
5151
run: |
52-
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' tests/configs/multi/conf.d/proxy.conf
52+
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' test/configs/multi/conf.d/proxy.conf
5353
- name: 'Sync NGINX configuration to NGINX on Azure instance - multi file'
5454
uses: nginxinc/nginx-for-azure-deploy-action@v0
5555
with:
5656
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
5757
resource-group-name: $TEST_RESOURCE_GROUP_NAME
5858
nginx-deployment-name: $NGINX_DEPLOYMENT_NAME
59-
nginx-config-directory-path: tests/configs/multi/
59+
nginx-config-directory-path: test/configs/multi/
6060
nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE
6161
transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH
6262
- name: 'Validate config update'

0 commit comments

Comments
 (0)