We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823beb4 commit 32727aeCopy full SHA for 32727ae
.github/workflows/nix-jobs-test.yaml
@@ -130,12 +130,14 @@ jobs:
130
done
131
}
132
133
- echo "Run nix job tests with release versioning..."
134
- echo "Running legacy sequence tests..."
135
- RUN_TESTS "${JOB_SEQ_LEGACY[@]}"
136
-
137
- echo "Running sequence tests..."
138
- RUN_TESTS "${JOB_SEQ[@]}"
+ # Pause release tests on versions < node 10.3.1
+ # Re-enable when node release is >= 10.3.1
+ # echo "Run nix job tests with release versioning..."
+ # echo "Running legacy sequence tests..."
+ # RUN_TESTS "${JOB_SEQ_LEGACY[@]}"
+ #
139
+ # echo "Running sequence tests..."
140
+ # RUN_TESTS "${JOB_SEQ[@]}"
141
142
echo "Now run nix job tests again with pre-release versioning..."
143
set -x
0 commit comments