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 0c7e1a4 commit 3a9ab07Copy full SHA for 3a9ab07
.github/workflows/nix-jobs-test.yaml
@@ -130,14 +130,12 @@ jobs:
130
done
131
}
132
133
- # Pause release tests on versions < node 10.3.1
134
- # Re-enable when node release is >= 10.3.1
135
- # echo "Run nix job tests with release versioning..."
136
- # echo "Running legacy sequence tests..."
137
- # RUN_TESTS "${JOB_SEQ_LEGACY[@]}"
138
- #
139
- # echo "Running sequence tests..."
140
- # RUN_TESTS "${JOB_SEQ[@]}"
+ echo "Run nix job tests with release versioning..."
+ echo "Running legacy sequence tests..."
+ RUN_TESTS "${JOB_SEQ_LEGACY[@]}"
+
+ echo "Running sequence tests..."
+ RUN_TESTS "${JOB_SEQ[@]}"
141
142
echo "Now run nix job tests again with pre-release versioning..."
143
set -x
0 commit comments