add network information(include interface index, MAC, Description, IPv4, IPv6), already tested on Windows and Linux #309
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MacOS | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup gitmodules | |
run: git submodule update --init --recursive | |
- name: Build and Test | |
run: ./scripts/feature-tests.shell |