tokers commented on a change in pull request #137:
URL: https://github.com/apache/apisix-docker/pull/137#discussion_r582552183



##########
File path: .github/workflows/apisix-alpine-local-docker-test.yaml
##########
@@ -0,0 +1,43 @@
+name: APISIX Alpine local docker Test
+
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - name: Build and run
+        run: |
+          git clone http://github.com/apache/apisix

Review comment:
       > To mock building from local
   
   Doesn't the APISIX repository exist in the CI action env?




----------------------------------------------------------------
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