Skip to content

Commit

Permalink
Merge pull request #919 from VisActor/chore/bugserver
Browse files Browse the repository at this point in the history
chore: enable bugserver ci
  • Loading branch information
neuqzxy authored Jan 22, 2024
2 parents c78884b + 4e513f1 commit 27ceefb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
- name: Build bugserver
run: node common/scripts/install-run-rush.js build --only @internal/bugserver-trigger

# - name: Run CI
# working-directory: ./tools/bugserver-trigger
# env:
# BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
# run: node ../../common/scripts/install-run-rushx.js ci -t @internal/bugserver-trigger
- name: Run CI
working-directory: ./tools/bugserver-trigger
env:
BUG_SERVER_TOKEN: ${{ secrets.BUG_SERVER_TOKEN }}
run: node ../../common/scripts/install-run-rushx.js ci -t @internal/bugserver-trigger

- name: Build react-vrender
run: node common/scripts/install-run-rush.js build --only @visactor/react-vrender
Expand Down

0 comments on commit 27ceefb

Please sign in to comment.