Skip to content

Commit

Permalink
Merge branch 'main' into feature/support-sar-automation
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 11, 2024
2 parents ad43b31 + b2821f4 commit 3d5bb84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--dir .
env:
GH_TOKEN: ${{ github.token }}
- uses: 5monkeys/cobertura-action@4157521550018abbbd29dfdf1b5963e907ea37f0
- uses: 5monkeys/cobertura-action@ee5787cc56634acddedc51f21c7947985531e6eb
with:
path: "**/coverage.xml"
skip_covered: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make license

lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make docker-lint

coverage:
Expand All @@ -34,9 +34,9 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9' # As defined in tests/scripts/docker/run_tests.sh
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit 3d5bb84

Please sign in to comment.