From d2f28e2095945e973f5c0bd28eba4b657225908b Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Fri, 4 Nov 2022 11:48:11 +0000 Subject: [PATCH] Makes API key public --- .github/workflows/build_knapsack_controllers.yml | 4 ++-- .github/workflows/build_knapsack_system.yml | 4 ++-- Gemfile | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_knapsack_controllers.yml b/.github/workflows/build_knapsack_controllers.yml index a95711339c..2147f5c63a 100644 --- a/.github/workflows/build_knapsack_controllers.yml +++ b/.github/workflows/build_knapsack_controllers.yml @@ -71,7 +71,7 @@ jobs: - name: Run tests env: - KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: ${{ secrets.KNAPSACK_PRO_CONTROLLERS_TOKEN_RSPEC }} + KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: 864ef557d85ea8e603e086c0387d5154 KNAPSACK_PRO_CI_NODE_TOTAL: ${{ matrix.ci_node_total }} KNAPSACK_PRO_CI_NODE_INDEX: ${{ matrix.ci_node_index }} KNAPSACK_PRO_LOG_LEVEL: info @@ -84,5 +84,5 @@ jobs: #KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true run: | - KNAPSACK_PRO_TEST_FILE_PATTERN="{spec/controllers/**{,/*/**}/*_spec.rb,spec/controllers/**{,/*/**}/*_spec.rb}" bundle exec rake knapsack_pro:rspec + KNAPSACK_PRO_TEST_FILE_PATTERN="spec/controllers/**/*_spec.rb" bundle exec rake knapsack_pro:rspec diff --git a/.github/workflows/build_knapsack_system.yml b/.github/workflows/build_knapsack_system.yml index 6ddaca3d31..f135d1f182 100644 --- a/.github/workflows/build_knapsack_system.yml +++ b/.github/workflows/build_knapsack_system.yml @@ -72,7 +72,7 @@ jobs: - name: Run tests env: - KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: ${{ secrets.KNAPSACK_PRO_SYSTEM_TOKEN_RSPEC }} + KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: ff2456e64c9f2aa5157eb0daf711d3c3 KNAPSACK_PRO_CI_NODE_TOTAL: ${{ matrix.ci_node_total }} KNAPSACK_PRO_CI_NODE_INDEX: ${{ matrix.ci_node_index }} KNAPSACK_PRO_LOG_LEVEL: info @@ -85,7 +85,7 @@ jobs: #KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES: true run: | - KNAPSACK_PRO_TEST_FILE_PATTERN="{spec/system/**{,/*/**}/*_spec.rb,spec/system/**{,/*/**}/*_spec.rb}" bundle exec rake knapsack_pro:rspec + KNAPSACK_PRO_TEST_FILE_PATTERN="spec/system/**/*_spec.rb" bundle exec rake knapsack_pro:rspec - name: Archive failed tests screenshots if: failure() diff --git a/Gemfile b/Gemfile index 1c1beb19a3..7730eec253 100644 --- a/Gemfile +++ b/Gemfile @@ -169,9 +169,6 @@ group :test do gem 'simplecov', require: false gem 'test-prof', require: false gem 'vcr', require: false - gem 'test-prof' - gem 'vcr' ->>>>>>> 7f0d4cc24 (Adds knapsack_pro to the stack; updates configs) gem 'webmock', require: false # See spec/spec_helper.rb for instructions # gem 'perftools.rb'