Skip to content

Commit 21fbfbc

Browse files
chore(common): merge e2e tests workflows (#1676)
* chore(common): merge e2e tests workflows * ci(common): upgrade actionlint version * ci(common): fix new actionlint lints * ci(common): use short hash in orchestrate e2e tests
1 parent f9e7d2c commit 21fbfbc

8 files changed

Lines changed: 164 additions & 367 deletions

File tree

.github/actionlint.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ paths:
2121
ignore:
2222
- SC2001 # https://www.shellcheck.net/wiki/SC2129
2323
- 'property "result" is not defined in object type.*'
24-
- '".*" section is alias node but mapping node is expected'
25-
- 'secret ".*" is required by ".*" reusable workflow.*'
24+
.github/workflows/gateway-contracts-upgrade-tests.yml:
25+
ignore:
26+
- 'constant expression "false" in condition' # https://github.com/zama-ai/fhevm-internal/issues/379

.github/workflows/common-pull-request-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55

66
env:
7-
ACTIONLINT_VERSION: 1.7.8
7+
ACTIONLINT_VERSION: 1.7.10
88

99
permissions: {}
1010

.github/workflows/test-suite-e2e-tests-mq.yml

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)