We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3322aef commit fc3341bCopy full SHA for fc3341b
.github/workflows/declare_schema_build.yml
@@ -21,8 +21,6 @@ jobs:
21
- name: Checkout Branch
22
id: checkout_branch
23
uses: actions/checkout@v2
24
- with:
25
- token: ${{ secrets.GITHUB_TOKEN }}
26
- name: Setup Ruby
27
id: setup_ruby
28
uses: ruby/setup-ruby@v1
@@ -40,5 +38,7 @@ jobs:
40
38
id: appraisals
41
39
run: |
42
bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} --gemfile=${{ matrix.gemfile }}
+ git config user.email "[email protected]"
+ git config user.name "dummy"
43
bundle exec rake test:prepare_testapp[force]
44
bundle exec rake test:all < test_responses.txt
0 commit comments