Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ jobs:
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
SLACK_TITLE: 'A new version has been cooked:'
SLACK_USERNAME: 'heisenberg-says:'
30 changes: 15 additions & 15 deletions .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ on:
- master

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
# 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: Unit tests and CodeCoverage
Expand Down
Loading