From 3f6d0a568e904ee7128887b44addf5171b0ace07 Mon Sep 17 00:00:00 2001 From: lue-bird Date: Sun, 6 Oct 2024 05:12:14 +0200 Subject: [PATCH] don't test in github action --- .github/workflows/to-github.-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/to-github.-pages.yml b/.github/workflows/to-github.-pages.yml index 5880f1c..0ca4d72 100644 --- a/.github/workflows/to-github.-pages.yml +++ b/.github/workflows/to-github.-pages.yml @@ -22,13 +22,12 @@ concurrency: cancel-in-progress: false jobs: - build-and-test: + install-js-packages: runs-on: ubuntu-latest name: Build and test steps: - uses: actions/checkout@v4 - uses: bahmutov/npm-install@v1 - - run: npm t deploy: environment: name: github-pages