Skip to content

Commit

Permalink
Add suggestions under Automating work
Browse files Browse the repository at this point in the history
New suggestions are notes on personal experiences during the project.
WIP #47
  • Loading branch information
SkoggsTrollet committed Aug 11, 2021
1 parent 2a2b395 commit 9227642
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/BlogPost.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ You can rewrite history but this is a team effort. Force pushing changes can be
- Publish
- Dependencies (action-download-artifact@v2)

One time thing that you can set up early and never have to work or worry on later

Limit dependencies as much as possible

Having test running successfully as a requirement of merging to main

Easy to distribute copies for testing and have traceability to find where it comes from for bugs

### GitHub Actions <a name="github-actions"></a>

### Continuous integration <a name="continuous-integration"></a>
Expand Down

0 comments on commit 9227642

Please sign in to comment.