Skip to content

Commit

Permalink
Merge branch 'main' into HPAtemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidya2606 authored Oct 15, 2024
2 parents 1c43785 + d45a77a commit 22910c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: draft Unit Tests
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
branches: [ main ]

jobs:
build:
Expand All @@ -16,4 +13,4 @@ jobs:
with:
go-version: 1.22
- name: make
run: make run-unit-tests
run: make run-unit-tests

0 comments on commit 22910c2

Please sign in to comment.