mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
chore: refactored github workflows into separate files
This commit is contained in:
parent
9ab2e13f31
commit
afdc68f512
4 changed files with 7 additions and 5 deletions
2
.github/workflows/test-on-linux.yml
vendored
2
.github/workflows/test-on-linux.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Test on Linux
|
||||
name: Linux tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
4
.github/workflows/test-on-macos.yml
vendored
4
.github/workflows/test-on-macos.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Test on macOS
|
||||
name: macOS tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
- name: Install Dependencies
|
||||
run: brew install libpcap libusb p7zip
|
||||
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
env GO111MODULE=on make test
|
||||
|
|
2
.github/workflows/test-on-windows.yml
vendored
2
.github/workflows/test-on-windows.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Test on Windows
|
||||
name: Windows tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue