Commit 13fd0f4e33af8810f33c2743d61168f52007f78a
1 parent
7a60ebe0
Exists in
master
and in
1 other branch
Updated CI [skip ci]
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.github/workflows/build.yml
@@ -77,6 +77,7 @@ jobs: | @@ -77,6 +77,7 @@ jobs: | ||
77 | if: ${{ matrix.mongodb }} | 77 | if: ${{ matrix.mongodb }} |
78 | 78 | ||
79 | - run: | | 79 | - run: | |
80 | + sudo apt-get update | ||
80 | sudo apt-get install redis-server | 81 | sudo apt-get install redis-server |
81 | sudo systemctl start redis | 82 | sudo systemctl start redis |
82 | - run: bundle exec rake test | 83 | - run: bundle exec rake test |