-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
1,081 additions
and
809 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 |
---|---|---|
|
@@ -36,6 +36,7 @@ jobs: | |
- attach_workspace: | ||
at: ~/project | ||
- run: yarn install | ||
- run: yarn build | ||
- run: yarn ci | ||
Send Coverage: | ||
<<: *defaults | ||
|
@@ -77,10 +78,9 @@ jobs: | |
- run: | ||
name: Keyscan Github | ||
command: ssh-keyscan -H github.com >> ~/.ssh/known_hosts | ||
- run: git config --global user.email "[email protected]" | ||
- run: git config --global user.name "jesperstarkar" | ||
# - run: yarn release | ||
- run: yarn release:skiptest | ||
- run: git config --global user.email "[email protected]" | ||
- run: git config --global user.name "superflytvab" | ||
- run: yarn release | ||
- run: git push --follow-tags origin HEAD | ||
- persist_to_workspace: | ||
root: . | ||
|
@@ -109,28 +109,27 @@ workflows: | |
- Check for vulnerabilities: | ||
requires: | ||
- Checkout Code | ||
# - Test node-8: | ||
# requires: | ||
# - Checkout Code | ||
# - Send Coverage: | ||
# requires: | ||
# - Check for vulnerabilities | ||
# - Test node-8 | ||
# filters: | ||
# branches: | ||
# only: | ||
# - master | ||
- Git Release: | ||
- Test node-8: | ||
requires: | ||
# - Send Coverage | ||
- Checkout Code | ||
- Send Coverage: | ||
requires: | ||
- Check for vulnerabilities | ||
- Test node-8 | ||
filters: | ||
branches: | ||
only: | ||
- master | ||
- Git Release: | ||
requires: | ||
- Send Coverage | ||
filters: | ||
branches: | ||
only: | ||
- master | ||
- Build: | ||
requires: | ||
# - Send Coverage | ||
- Send Coverage | ||
- Git Release | ||
filters: | ||
branches: | ||
|
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
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
Oops, something went wrong.