Skip to content

Commit

Permalink
change behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jun 4, 2024
1 parent fe0276f commit bc24832
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/otc-golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@ jobs:
with:
go-version: "1.20"
- run: make vet

unit_tests:
name: run unit tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: make test
11 changes: 2 additions & 9 deletions .github/workflows/otc-run-acc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@ on:
label:
types:
- created
- deleted
- edited

jobs:
unit_tests:
name: run unit tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: make test
acc_tests:
name: run acceptance tests
runs-on: ubuntu-22.04
Expand Down

0 comments on commit bc24832

Please sign in to comment.