diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c67b8bf27..41317e5137 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,16 +97,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - with: - token: ${{ secrets.ACCESS_TOKEN }} - - - name: Checkout submodules - uses: actions/checkout@v2 - with: - repository: tangjinzhou/antdv-demo - token: ${{ secrets.ACCESS_TOKEN }} - path: antdv-demo - submodules: true - name: restore cache from package-lock.json uses: actions/cache@v1 diff --git a/components/form/__tests__/__snapshots__/demo.test.js.snap b/components/form/__tests__/__snapshots__/demo.test.js.snap index 6c5a74b386..cdf83c9c09 100644 --- a/components/form/__tests__/__snapshots__/demo.test.js.snap +++ b/components/form/__tests__/__snapshots__/demo.test.js.snap @@ -553,7 +553,7 @@ exports[`renders ./antdv-demo/docs/form/demo/validate-other.vue correctly 1`] =
-
+
machines