.github/workflows/ruby.yml in cypress-on-rails-1.13.1 vs .github/workflows/ruby.yml in cypress-on-rails-1.14.0
- old
+ new
@@ -21,10 +21,12 @@
run: bundle exec rake
- run: gem uninstall -v '>= 2' -ax bundler || true
- run: gem install bundler -v '< 2'
- name: Run interaction tests
run: ./specs_e2e/rails_3_2/test.sh
+ env:
+ CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
rails_4_2:
runs-on: ubuntu-latest
steps:
@@ -38,10 +40,12 @@
run: bundle exec rake
- run: gem uninstall -v '>= 2' -ax bundler || true
- run: gem install bundler -v '< 2'
- name: Run interaction tests
run: ./specs_e2e/rails_4_2/test.sh
+ env:
+ CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
rails_5_2:
runs-on: ubuntu-latest
steps:
@@ -53,5 +57,7 @@
bundler-cache: true
- name: Run tests
run: bundle exec rake
- name: Run interaction tests
run: ./specs_e2e/rails_5_2/test.sh
+ env:
+ CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
\ No newline at end of file