Skip to content

Commit 4f16e4f

Browse files
author
mike dupont
committed
fixing yaml
1 parent 171d0f2 commit 4f16e4f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/build-action.yml

+9-12
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,15 @@ jobs:
6969
perf: [ no, , heap, cpu, prof, all]
7070
node_version: [ 18,20,22 ]
7171

72-
test_type:
73-
[
74-
# 'Simple integration tests',
75-
# 'Reducer integration tests',
76-
# 'DEX integration tests',
77-
# 'DEX integration test with proofs',
78-
'Voting integration tests'
79-
#,
80-
# 'Verification Key Regression Check 1',
81-
# 'Verification Key Regression Check 2',
82-
# 'CommonJS test',
83-
]
72+
test_type: [ 'Voting integration tests' ]
73+
# 'Simple integration tests',
74+
# 'Reducer integration tests',
75+
# 'DEX integration tests',
76+
# 'DEX integration test with proofs',
77+
#,'Verification Key Regression Check 1',
78+
# 'Verification Key Regression Check 2',
79+
# 'CommonJS test',
80+
# ]
8481
steps:
8582
- name: Restore repository
8683
uses: actions/cache@v4

0 commit comments

Comments
 (0)