-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(create_prs): Fix race condition (#151)
* fix(create_prs): Fix race condition - Moved `readCampaignActivity.EndWithSuccess()` to the correct position Having the activity end after the Prompt means the spinner creates a race condition. - Simplified error handling in `runCommand` functions by returning the error directly. * feat(ci): update test command to use make
- Loading branch information
1 parent
0dffae8
commit 557329a
Showing
3 changed files
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,4 @@ jobs: | |
go-version: ^1.16 | ||
|
||
- name: Run tests | ||
run: go test ./... | ||
|
||
run: make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters