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 8beb5fc commit fe0276f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/otc-golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,4 @@ 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

13 changes: 13 additions & 0 deletions .github/workflows/otc-run-acc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ on:
pull_request:
types:
- opened
- closed
- edited
- reopened
- synchronize
label:
types:
- created

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 fe0276f

Please sign in to comment.