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



##########
File path: .github/workflows/release-test.yml
##########
@@ -0,0 +1,67 @@
+name: Release Test
+
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
+
+jobs:
+  run-test:
+    runs-on: ubuntu-latest
+
+    services:
+      etcd:
+        image: bitnami/etcd:3.4.13
+        ports:
+          - 2379:2379
+          - 2380:2380
+        env:
+          ALLOW_NONE_AUTHENTICATION: yes
+
+    steps:
+      - uses: actions/checkout@v2
+
+      - name: setup go
+        uses: actions/setup-go@v1
+        with:
+          go-version: '1.13'
+
+      - name: release and build
+        run: |
+          VERSION=$(cat ./api/VERSION)

Review comment:
       This is a duplicate file like `Makefile`, could we use only one of them?




----------------------------------------------------------------
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:
[email protected]


Reply via email to