Skip to content

Commit efa43f8

Browse files
CI: disable strict syntax
1 parent 6c42505 commit efa43f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sbt_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Run tests
7474
env:
75-
- NXF_SYNTAX_PARSER: v1
75+
NXF_SYNTAX_PARSER: v1
7676
run: |
7777
if [[ "${{ matrix.config.name }}" =~ ^ubuntu.*$ ]] && [[ "${{ matrix.java.run_coverage }}" == "true" ]]; then
7878
# only run coverage on main runner

0 commit comments

Comments
 (0)