Skip to content

Commit

Permalink
chore(sentry_webhook): create tests for sentry webhook (Jigsaw-Code#1417
Browse files Browse the repository at this point in the history
)

* Create tests for sentry webhook.

* Add GitHub workflow for new tests.

* Fix package lock files.

* Fix typos.

* Move webhook check up.

* Remove extra `/`.
  • Loading branch information
sbruens authored Oct 6, 2023
1 parent 7d5dffc commit 61a8f7d
Show file tree
Hide file tree
Showing 13 changed files with 834 additions and 33 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,29 @@ jobs:
- name: Metrics Server Test
run: npm run action metrics_server/test

sentry-webhook:
name: Sentry Webhook
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout
uses: actions/checkout@v2.3.4

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: Install NPM Dependencies
run: npm ci

- name: Sentry Webhook Debug Build
run: npm run action sentry_webhook/build

- name: Sentry Webhook Test
run: npm run action sentry_webhook/test

manager-web-test:
name: Manager Web Test
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 61a8f7d

Please sign in to comment.