You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,17 @@ shellcheck hdi
101
101
bats test/hdi.bats
102
102
```
103
103
104
+
### Running Linux tests locally with Act
105
+
106
+
This assumes that the host system is macOS.
107
+
108
+
CI runs tests on both macOS and Ubuntu. To run the Ubuntu job locally using [Act](https://github.com/nektos/act) (requires Docker / Docker Desktop):
109
+
110
+
```bash
111
+
brew install act
112
+
act -j test --matrix os:ubuntu-latest --container-architecture linux/amd64
113
+
```
114
+
104
115
## Demo
105
116
106
117
The demo GIF is generated with [VHS](https://github.com/charmbracelet/vhs). To regenerate it:
0 commit comments