Skip to content

Commit 3a9ab07

Browse files
committed
ci: fix job tests for node >= 10.3.1
1 parent 0c7e1a4 commit 3a9ab07

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/nix-jobs-test.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,12 @@ jobs:
130130
done
131131
}
132132
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[@]}"
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[@]}"
141139
142140
echo "Now run nix job tests again with pre-release versioning..."
143141
set -x

0 commit comments

Comments
 (0)