diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f89689..4bc6090 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v1 - run: npm ci - - run: npm test + # - run: npm test - uses: ./ with: msg: Hello!