Skip to content

Commit 7cc3112

Browse files
authored
Merge branch 'master' into python-black-formatted
2 parents fb37618 + 798cd45 commit 7cc3112

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,3 @@ jobs:
6565
with:
6666
name: e2e results
6767
path: target/test-classes/e2e/cypress/
68-
- name: Publish Test Report
69-
if: ${{ github.event.pull_request.head.repo.full_name == 'OWASP/wrongsecrets' }} && ${{github.event.pull_request.base.repo.full_name == 'OWASP/wrongsecrets' }}
70-
uses: scacap/action-surefire-report@v1

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"eslint-config-standard": "^17.1.0",
66
"eslint-plugin-cypress": "^2.15.1",
77
"eslint-plugin-import": "^2.29.1",
8-
"eslint-plugin-jest": "^27.6.0",
8+
"eslint-plugin-jest": "^27.6.3",
99
"eslint-plugin-n": "^16.6.0",
1010
"eslint-plugin-promise": "^6.1.1"
1111
},

0 commit comments

Comments
 (0)