1 parent 2f1cf90 commit ceb06faCopy full SHA for ceb06fa
1 file changed
.github/workflows/build.yml
@@ -75,6 +75,7 @@ jobs:
75
76
- run: |
77
sudo apt-get update
78
+ sudo rm /var/lib/man-db/auto-update # skip man-db triggers for performance
79
sudo apt-get install redis-server
80
sudo systemctl start redis-server
81
- run: bundle exec rake test
0 commit comments