juzhiyuan commented on a change in pull request #1416:
URL: https://github.com/apache/apisix-dashboard/pull/1416#discussion_r568374373



##########
File path: .github/workflows/backend-e2e-test.yml
##########
@@ -20,6 +20,11 @@ jobs:
         with:
           go-version: '1.13'
 
+      - name: download file Dockerfile-apisix

Review comment:
       ```suggestion
         - name: download the Dockerfile-apisix file
   ```

##########
File path: .github/workflows/backend-e2e-test.yml
##########
@@ -20,6 +20,11 @@ jobs:
         with:
           go-version: '1.13'
 
+      - name: download file Dockerfile-apisix
+        working-directory: ./api/test/docker
+        run: |
+          curl -o Dockerfile-apisix 
https://raw.githubusercontent.com/apache/apisix-docker/master/all-in-one/apisix/Dockerfile

Review comment:
       Not sure if it's ok to use the latest APISIX's Dockerfile 😳




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to