Skip to content

test

test #2

Workflow file for this run

name: 'test'
on:
workflow_dispatch:
jobs:
test:
runs-on: [ "self-hosted", "macos" ]
steps:
- uses: actions/checkout@v3
- run: |
sw_vers
hostname
echo "123"