Skip to content

Commit

Permalink
Maintenance: Run RSpec integration tests only if ENV is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteneckel committed Apr 30, 2021
1 parent e43abf2 commit 7e54afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/rspec.yml
Expand Up @@ -27,7 +27,7 @@ include:
rules:
- if: $CI_MERGE_REQUEST_ID
when: never
- if: '$CI_COMMIT_BRANCH =~ /^private/ && $INTEGRATION_TESTS != null'
- if: '$CI_COMMIT_BRANCH =~ /^private/ && $INTEGRATION_TESTS == null'
when: manual
allow_failure: true
- when: on_success
Expand Down

0 comments on commit 7e54afc

Please sign in to comment.