From 706d38a51a46c41eeb7239463b916c76ddb3ef15 Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:21:26 -0500 Subject: [PATCH] chore(test): only enable symlink test --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f35da93b8..3eccef127 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,4 +35,4 @@ jobs: - name: Check for linting errors run: npm run lint - name: Run tests - run: npm run test + run: npm run test ./test/specs/get.test.js