Skip to content

Commit 3e5a8b0

Browse files
committed
temp ci failure investigation - run only distribution system tests which include invalid date range testing
1 parent f019420 commit 3e5a8b0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rspec-system.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
KNAPSACK_PRO_CI_NODE_INDEX: ${{ matrix.ci_node_index }}
8080
KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true
8181
KNAPSACK_PRO_LOG_LEVEL: info
82-
KNAPSACK_PRO_TEST_FILE_PATTERN: "{spec/system/**{,/*/**}/*_spec.rb,spec/requests/**{,/*/**}/*_spec.rb}"
82+
# KNAPSACK_PRO_TEST_FILE_PATTERN: "{spec/system/**{,/*/**}/*_spec.rb,spec/requests/**{,/*/**}/*_spec.rb}"
83+
KNAPSACK_PRO_TEST_FILE_PATTERN: "spec/system/distribution_system_spec.rb"
84+
8385
run: |
8486
RUBYOPT='-W:no-deprecated -W:no-experimental' bin/knapsack_pro_rspec
8587
- name: Upload artifacts

0 commit comments

Comments
 (0)