From 7959e287cd9077fd8b22c5065d9eafa22e392001 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Mon, 15 Jul 2024 18:07:41 +0400 Subject: [PATCH] remove test on non-respec document --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20bc0b9..ec20cce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,5 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - - run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/html-aam/" - run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/vc-di-ecdsa/" - run: npm test