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 78321e7 commit 6e5db59Copy full SHA for 6e5db59
.github/workflows/test.yml
@@ -39,3 +39,21 @@ jobs:
39
run: bundle install
40
- name: Run tests
41
run: bundle exec rake spec
42
+ actionmailer:
43
+ runs-on: ubuntu-latest
44
+ steps:
45
+ - uses: actions/checkout@v2
46
+ - uses: ruby/setup-ruby@v1
47
+ with:
48
+ ruby-version: 3
49
+ bundler-cache: true
50
+ - name: Setup mail with ActionMailer edge
51
+ run: |
52
+ git clone --depth=1 https://github.com/rails/rails.git -b main
53
+ cd rails
54
+ echo -e "\ngem 'mail', path: '../'" >> Gemfile
55
+ bundle update --bundler --source mail
56
+ - name: Run ActionMailer tests
57
58
+ cd rails/actionmailer
59
+ bundle exec rake
spec/travis-actionmailer.sh
0 commit comments