Files
zfs-inplace-rebalancing/.github/workflows/test.yml
meo 339295dab6 add: log to test
adding log to the test for better understanding
2024-12-12 12:13:33 +01:00

28 lines
439 B
YAML

# Test
name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linuxTest:
name: Test on Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run testing script
run: ./testing.sh
macOsTest:
name: Test on macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run testing script on macOS
run: ./testing.sh