diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index b23a49f277ea5bcce10f64ab9cc64eb3d1926cf4..ed6fe0de8e7fef6479b89979cd922501f5c3b4f6 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -2,22 +2,12 @@ name: 'build-test' on: issue_comment: types: - - opened - created issues: types: - opened - - created jobs: - build: # make sure build/ci work properly - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: | - npm install - - run: | - npm run all test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: