Skip to content

Commit

Permalink
ci: npm link dependent @slack packages when running CI for oauth pa…
Browse files Browse the repository at this point in the history
…ckage (#1774)
  • Loading branch information
filmaj authored Apr 10, 2024
1 parent fec4895 commit d315368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
case "$PWD" in
*/webhook) pushd ../types && npm i && popd && npm link ../types;;
*/web-api) pushd ../types && npm i && popd && npm link ../types && pushd ../logger && npm i && popd && npm link ../logger;;
# TODO: add oauth and socket-mode here once those packages have new major versions released
*/oauth) pushd ../logger && npm i && popd && npm link ../logger && pushd ../web-api && npm i && popd && npm link ../web-api;;
# TODO: add socket-mode here once new major version released
*) ;; # default
esac
npm test

0 comments on commit d315368

Please sign in to comment.