Skip to content

Commit 32727ae

Browse files
committed
jobs: update nix jobs for breaking changes in cardano-cli 10.7.0.0
1 parent 823beb4 commit 32727ae

File tree

2 files changed

+157
-104
lines changed

2 files changed

+157
-104
lines changed

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

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

0 commit comments

Comments
 (0)