We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83a028 commit d7dc3cfCopy full SHA for d7dc3cf
.github/workflows/regression.yml
@@ -13,8 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
#if: "!contains(github.event.pull_request.title, '[NO-REGRESSION-TEST]')"
15
env:
16
- LANGS: "go rust python java typescript"
17
- DIFFJSON_IGNORE: " ['id'] ['Path'] "
+ LANGS: "go rust python typescript"
+ # ignore package version for Go e.g. 'a.b/c@506fb8ece467f3a71c29322169bef9b0bc92d554'
18
+ DIFFJSON_IGNORE: >
19
+ ['id']
20
+ ['Path']
21
+ ['Modules']['a.b/c']['Dependencies']['a.b/c']
22
+ ['Modules']['a.b/c/cmdx']['Dependencies']['a.b/c/cmdx']
23
steps:
24
- name: Checkout pull request code
25
uses: actions/checkout@v4
0 commit comments