-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improve existing workflow tests
- Loading branch information
1 parent
34c066c
commit 6a34476
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
.github/workflows/tests/add-milestone-to-pull-requests/test-pull-request.sh
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
source $(dirname "$0")/../env.sh | ||
testworkflow pull_request |
3 changes: 0 additions & 3 deletions
3
.github/workflows/tests/add-milestone-to-pull-requests/test.sh
This file was deleted.
Oops, something went wrong.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
.github/workflows/tests/increment-milestone-on-tag/test-create.sh
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
source $(dirname "$0")/../env.sh | ||
testworkflow create |
This file was deleted.
Oops, something went wrong.