From 9bc074b6d4348b587cfdfcfbaff75e0adfcfa663 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Fri, 13 Oct 2023 16:00:47 -0400 Subject: [PATCH] ci: can we see where we are --- .github/workflows/deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7353fcb766..9404ac4a2f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,8 @@ jobs: chrome-version: latest - name: Install Node Dependencies run: npm ci - - name: Lint - run: npm run test:lint - - name: Run Tests - run: DISPLAY=:99 npm test + - run: ls -la + # - name: Lint + # run: npm run test:lint + # - name: Run Tests + # run: DISPLAY=:99 npm test