Skip to content

Commit

Permalink
run unit tests with GHA
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
  • Loading branch information
modulo11 and pbusko committed Jun 6, 2024
1 parent 7136cb6 commit 271134c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: Go

on:
# pull_request:
# branches: ["main"]
# push:
# branches: ["main"]
pull_request:
branches: ["main"]
push:
branches: ["main"]
workflow_dispatch: {}

jobs:
# unit:
# runs-on: [self-hosted]
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-go@v5
# with:
# go-version: '1.22'
# - run: make test
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: make test
# integration:
# runs-on: [self-hosted]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-go@v5
Expand Down

0 comments on commit 271134c

Please sign in to comment.