From 14ae90f57aa13ad57f09f812f08c4b2e71850441 Mon Sep 17 00:00:00 2001 From: Van Thong Nguyen Date: Thu, 21 Jan 2021 12:04:00 +0100 Subject: [PATCH] remove website test --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8dd4b4ab..67bb92885 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,9 +28,6 @@ jobs: - name: Vet run: make vet - - name: Web test - run: make website-test - - name: Acceptance test env: GRIDSCALE_UUID: ${{ secrets.CI_USER_UUID }}