Skip to content
Snippets Groups Projects
Unverified Commit ceae3df2 authored by paz's avatar paz
Browse files

In CI run only the tests without external dependency

parent 3e605ddb
Branches
Tags
No related merge requests found
...@@ -22,7 +22,8 @@ workflow: ...@@ -22,7 +22,8 @@ workflow:
script: script:
- eatmydata gem install bundler $bundler_args - eatmydata gem install bundler $bundler_args
- eatmydata bundle install --jobs $(nproc) --path vendor - eatmydata bundle install --jobs $(nproc) --path vendor
- eatmydata bundle exec rspec # The integration tests require a running schleuder-api-daemon, which we don't have in this setup (yet?)
- eatmydata bundle exec rspec spec/schleuder-cli
codespell: codespell:
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment