You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/11/30 09:43:32 UTC

[apisix-dashboard] branch master updated: fix: remove schema sync test from CI (#917)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 780c85c  fix: remove schema sync test from CI (#917)
780c85c is described below

commit 780c85c9f370a0393c7d53ab191ff37627d53c13
Author: nic-chen <33...@users.noreply.github.com>
AuthorDate: Mon Nov 30 17:43:23 2020 +0800

    fix: remove schema sync test from CI (#917)
---
 .github/workflows/backend-cli-test.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.github/workflows/backend-cli-test.yml b/.github/workflows/backend-cli-test.yml
index 72774d9..e0398c3 100644
--- a/.github/workflows/backend-cli-test.yml
+++ b/.github/workflows/backend-cli-test.yml
@@ -27,16 +27,3 @@ jobs:
       - name: run test
         working-directory: ./api
         run: sudo ./test/shell/cli_test.sh
-
-      - name: setup lua
-        run: |
-          sudo apt-get update
-          sudo apt-get install lua5.1
-
-      - name: test schema-sync
-        run: |
-          sudo api/build-tools/schema-sync.sh
-          if [[ `grep -c "main" api/conf/schema.json` -eq '0' ]]; then
-              echo "failed: failed to generate json schema"
-              exit 1
-          fi