We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4de01 commit 4ce7e19Copy full SHA for 4ce7e19
1 file changed
.github/workflows/sbt_test.yml
@@ -71,6 +71,8 @@ jobs:
71
version: ${{ matrix.java.nxf_ver }}
72
73
- name: Run tests
74
+ env:
75
+ NXF_SYNTAX_PARSER: v1
76
run: |
77
if [[ "${{ matrix.config.name }}" =~ ^ubuntu.*$ ]] && [[ "${{ matrix.java.run_coverage }}" == "true" ]]; then
78
# only run coverage on main runner
0 commit comments