Skip to content

🐞 Testing: show more output #31

🐞 Testing: show more output

🐞 Testing: show more output #31

Workflow file for this run

name: CI Tests
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
# Only run on main repo, not forks
if: github.repository == 'cunnie/sslip.io'
runs-on: self-hosted
container: cunnie/fedora-golang-bosh
steps:
- uses: actions/checkout@v4
- name: Test
run: HOME=/root ginkgo -r -p .