Skip to content

Commit

Permalink
add sentry build step
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Sep 9, 2024
1 parent 2c9efb1 commit 633a2a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
echo "{\"proxies\":[{\"address\":\"\"}]}" > desci-server/src/desci-contracts-config/unknown-research-object.json
echo "{\"proxies\":[{\"address\":\"\"}]}" > desci-server/src/desci-contracts-config/unknown-dpid.json
- name: Set up Sentry CLI
run: |
sentry-cli --version
- name: Run tests
run: |
cd desci-server && export DOCKER_BUILDKIT=1 && yarn --ignore-engines && yarn test
Expand Down Expand Up @@ -114,6 +118,10 @@ jobs:
echo "{\"proxies\":[{\"address\":\"\"}]}" > desci-server/src/desci-contracts-config/unknown-research-object.json
echo "{\"proxies\":[{\"address\":\"\"}]}" > desci-server/src/desci-contracts-config/unknown-dpid.json
- name: Set up Sentry CLI
run: |
sentry-cli --version
- name: Build and tag the image (DEV)
if: github.ref == 'refs/heads/develop'
run: |
Expand Down

0 comments on commit 633a2a3

Please sign in to comment.