Skip to content

Commit

Permalink
Fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Aug 3, 2023
1 parent 095e735 commit 9000ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/jacoco_check.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@

# Copyright 2021 ABSA Group Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

name: JaCoCo report

on:
Expand All @@ -23,6 +7,7 @@ on:

jobs:
test:
name: Build and test
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: License Check
on:
pull_request:
branches: [ master ]
types: [ opened, synchronize, reopened ]
types: [ opened, edited, synchronize, reopened ]

jobs:
license-test:
Expand Down

0 comments on commit 9000ad0

Please sign in to comment.