ci: use locally built gem file for testing Docker image build

This commit is contained in:
cn
2021-04-16 22:27:11 +02:00
committed by cn
parent 199ccf7665
commit 6afed2049a
4 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ end
task default: [:rubocop, :spec, 'bundle:audit', :solargraph]
desc 'Run all tasks desired for CI'
task ci: ['solargraph:init', :default, :hadolint]
task ci: ['solargraph:init', :default, :hadolint, :build]