diff --git a/.github/workflows/CI-time-tracker-ui.yml b/.github/workflows/CI-time-tracker-ui.yml index 0096e4c31..2fe3697b8 100644 --- a/.github/workflows/CI-time-tracker-ui.yml +++ b/.github/workflows/CI-time-tracker-ui.yml @@ -8,21 +8,6 @@ on: - 48-implement-semantic-version jobs: - # security-audit: - # name: Running npm audit - # runs-on: ubuntu-latest - # timeout-minutes: 60 - # steps: - # # - name: Clone and checkout branch - # # uses: actions/checkout@master - - # # - name: Set up Node.js version - # # uses: actions/setup-node@v1 - # # with: - # # node-version: '12.x' - - # - name: Security Audit - # run: npm audit --audit-level=moderate ci-test: name: Running unit tests