9 lines
146 B
YAML
9 lines
146 B
YAML
name: test
|
|
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "hello from host executor"
|
|
- run: whoami && pwd
|