mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -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:
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
<p align="center">
|
||||
<a href="https://github.com/bettercap/bettercap/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/bettercap/bettercap.svg?style=flat-square"></a>
|
||||
<a href="https://github.com/bettercap/bettercap/blob/master/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-GPL3-brightgreen.svg?style=flat-square"></a>
|
||||
<a href="https://github.com/bettercap/bettercap/actions/workflows/test.yml"><img alt="Test" src="https://github.com/bettercap/bettercap/actions/workflows/test.yml/badge.svg"></a>
|
||||
<a href="https://github.com/bettercap/bettercap/actions/workflows/test-on-linux.yml"><img alt="Tests on Linux" src="https://github.com/bettercap/bettercap/actions/workflows/test-on-linux.yml/badge.svg"></a>
|
||||
<a href="https://github.com/bettercap/bettercap/actions/workflows/test-on-macos.yml"><img alt="Tests on macOS" src="https://github.com/bettercap/bettercap/actions/workflows/test-on-macos.yml/badge.svg"></a>
|
||||
<a href="https://github.com/bettercap/bettercap/actions/workflows/test-on-windows.yml"><img alt="Tests on Windows" src="https://github.com/bettercap/bettercap/actions/workflows/test-on-windows.yml/badge.svg"></a>
|
||||
<a href="https://hub.docker.com/r/bettercap/bettercap"><img alt="Docker Hub" src="https://img.shields.io/docker/v/bettercap/bettercap?logo=docker"></a>
|
||||
</p>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue