1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

15 commits

Author SHA1 Message Date
Patrik Ragnarsson
4f9a8839a2 Install libyaml-dev in CI
Needed to be able to install psych >=5.
Need to do it before setup-ruby runs as that runs `bundle install`.

Related to:
- https://github.com/ruby/psych/pull/541
- https://github.com/ruby/setup-ruby/issues/409
- https://github.com/actions/runner-images/issues/6725

Yes, libyaml-dev will be added to GitHub runner images (this week they
say) but opening this PR just in case anyone encounters failing builds.
I don't think it hurts having this in the repo even after libyaml-dev
have been added to the images.

Added some blank lines to make the workflow easier to read.
2022-12-15 16:30:50 -05:00
Jordan Owens
e6a2420e32 Fix CI failures 2022-04-13 21:46:09 -04:00
kares
286f4252ad TODOed! :yay: 2022-04-13 20:59:23 -04:00
kares
ba2b263cc6 CI: let's roll tests with JRuby 2022-04-13 20:59:23 -04:00
Olle Jonsson
d5b65321f0 CI: Use working-directory directive 2022-04-13 20:59:23 -04:00
Eloy Pérez
0af1e1e929 Run tests for gems in different steps 2022-04-13 20:59:23 -04:00
Olle Jonsson
a6554e3423
chore: Drop boilerplate comments 2021-10-20 17:33:54 +02:00
Jordan Owens
d6ba201b84
Remove ruby head from build 2021-10-03 22:15:24 -04:00
Robin Wallin
c33c2b1a00
Small CI improvements (#1703)
* Disable `fast-fail`

Since we test against multiple versions of Ruby it makes sense to allow all Rubies to finish, regardless of fails for specific versions.

* Run test workflow for all branches
2021-06-02 08:51:46 -04:00
Robin Wallin
6d368c062e
Skip the Slack action if secrets.SLACK_WEBHOOK isn't set (#1705)
Since forks do not have access to the `SLACK_WEBHOOK` secret, this step would always fail.
2021-06-02 08:46:05 -04:00
Zachary Scott
7660d10104
Only notify slack on failure 2021-05-08 07:25:43 +09:00
Zachary Scott
e968e699b4
Clean up fields and add matrix context 2021-05-08 07:20:24 +09:00
Zachary Scott
fa323dbc4c
Add Slack action 2021-05-08 07:00:46 +09:00
Kunpei Sakai
9714720943
remove GITHUB_WORKSPACE declaration 2021-04-18 04:39:29 +09:00
Kunpei Sakai
afa973c67b
switch ci from travis to actions 2021-04-18 02:56:01 +09:00