Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ jobs:
name: Run Unit Tests
command: |
make test
- run:
name: Run Install Tests
command: |
make test-install
Comment on lines +131 to +134
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ” note: Ahha! Just as we hoped:

πŸ”— Adding a symbolic link from /home/circleci/.local/bin/slack-test to /home/circleci/.slack/bin/slack

https://app.circleci.com/pipelines/github/slackapi/slack-cli/1216/workflows/f41bd0c2-4edb-4422-88b9-2bd869f702c0/jobs/3607?invite=true#step-106-1097_101

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸͺ¬ ramble: Compared to:

πŸ”— Adding a symbolic link from /usr/local/bin/slack-test to ~/.slack/bin/slack

https://github.com/slackapi/slack-cli/actions/runs/17590393385/job/49969493179#step:6:34

- run:
name: Sync Tests Results
command: |
Expand Down
Loading