1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
Commit graph

16 commits

Author SHA1 Message Date
Thomas Reynolds
e260fff30b Stale 2021-07-17 12:01:26 -07:00
Patrik Ragnarsson
8da1947b0d
CI: Workaround YAML gotcha in Actions (#2431)
To avoid unexpectedly stop testing Ruby 3.0 when Ruby 3.1 is released.

See https://github.com/actions/runner/issues/849

At https://github.com/middleman/middleman/runs/1631689419?check_suite_focus=true#step:3:3 we can see that the setup-ruby action ran with just 3 as the input:

```
Run ruby/setup-ruby@v1
  with:
    ruby-version: 3
```

If we quote the version it works as expected, example at https://github.com/ruby/setup-ruby/runs/1617122299?check_suite_focus=true#step:3:3

```
Run ./
  with:
    ruby-version: 3.0
```
2021-01-02 19:28:08 -08:00
Patrik Ragnarsson
e77faa0af0
CI: No need to run bundle install (#2432)
https://github.com/ruby/setup-ruby runs `bundle install`

We can see that the step takes 0 seconds at https://github.com/middleman/middleman/runs/1631653509?check_suite_focus=true
2021-01-01 18:32:46 -08:00
Thomas Reynolds
8f5a34aeab Slimmer test set 2020-12-29 18:02:03 +00:00
Thomas Reynolds
02699d5ac7 Better ci naming 2020-12-29 17:58:08 +00:00
Thomas Reynolds
f2fd80cd61 Also test on last 2 macos and last 2 ubuntu 2020-12-29 17:45:48 +00:00
Thomas Reynolds
ac1a2d8426 Try to not require ruby head 2020-12-29 17:38:28 +00:00
Thomas Reynolds
014f2f8831
Update ci.yml 2020-12-29 09:23:11 -08:00
Thomas Reynolds
89511ef1c7
Update ci.yml 2020-12-28 21:57:01 -08:00
Thomas Reynolds
38d042e15c
Update ci.yml 2020-12-28 21:49:55 -08:00
Paul McMahon
b1e468d96e
Run tests using GitHub workflows (#2425)
travis-ci.org now displays "Please be aware travis-ci.org will be
shutting down in several weeks, with all accounts migrating to
travis-ci.com. Please stay tuned here for more information."

As GitHub actions is free for public repositories, whereas it's unclear
to what travis-ci.com will be, and the switching cost is low, it seems
going with workflows is the prudent thing to do.
2020-12-28 21:48:49 -08:00
Thomas Reynolds
4dbbb7cd48 Lock pry-stack_explorer until we drop Ruby 2.5 support 2020-08-16 15:52:49 -07:00
Thomas Reynolds
77ec2b65a2 Prep rc2 2020-08-16 12:35:31 -07:00
Paul McMahon
03170316b8
Reference contribution guidelines in README (#2336)
Information is duplicated between the two. I think it is simpler to keep
the README focused on a Middleman user's perspective, whereas
CONTRIBUTING.md can focus on a contributor's perspective.

My motivation for this is that I'd like to later add more extensive
documentation about testing Middleman from a contributor's perspective,
but doing this in the README seemed like it would bloat it too much.
2020-06-09 10:36:38 -07:00
Thomas Reynolds
38f5e2e6ca
Create FUNDING.yml 2019-10-15 13:34:13 -07:00
Thomas Reynolds
e36fd3f476 move contrib file 2016-02-19 11:26:15 -08:00