Files
Protocol-oral-history-project/.gitea/workflows/deploy.yaml
Drew 0a532e28c6
All checks were successful
test / build (push) Successful in 41s
updates runs on
2025-04-15 11:23:29 -06:00

13 lines
176 B
YAML

name: test
on:
push:
branches:
- deploy
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- run: echo "Hello from $(uname -a)"
- run: docker info