Skip to content

Handle detached HEAD and initial commit #26

Handle detached HEAD and initial commit

Handle detached HEAD and initial commit #26

Workflow file for this run

name: All Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
run-tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run Unit Tests
run: make test
- name: Run End-to-End Tests
shell: sh
run: sh e2e.sh