Skip to content

Commit

Permalink
Merge pull request #1980 from snyk/chore/cli-alert-workspace
Browse files Browse the repository at this point in the history
chore: move cli-alert out of test directory
  • Loading branch information
Jahed Ahmed committed Jun 10, 2021
2 parents d1a6944 + b8a73c7 commit 637bccd
Show file tree
Hide file tree
Showing 7 changed files with 513 additions and 256 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cli-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ on:
jobs:
check_tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/cli-alert
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install -g npm@7
- run: npm install
working-directory: ./test/cli-alert/
- run: npm start
working-directory: ./test/cli-alert/
env:
USER_GITHUB_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit 637bccd

Please sign in to comment.