Commit 06b8657
authored
[ENG-9612] Github Actions (#711)
- Ticket: [ENG-9612]
- Feature flag: n/a
## Purpose
- Get tests running on Github Actions again
- streamline some pain-points we have in our current workflow
## Summary of Changes
- Remove tests running before every push
- Remove confusing copies of `Branch Rules.json` that weren't actually setting the branch rules (they were just copies of the actual rules that you set in Github)
- Remove `review.yml` as this is already covered by our repository settings and is redundant
- Get tests running in Github Actions again (this was manually turned off in the "Actions" tab in Github, so none of the code changes in the `test.yml` file are technically needed)1 parent 6136505 commit 06b8657
File tree
5 files changed
+9
-162
lines changed- .github
- rules
- workflows
- .husky
5 files changed
+9
-162
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
| |||
This file was deleted.
0 commit comments