Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
name: 'Smoke tests'
command: |
bin/smoke_test --remote --no-source-env
# - notify-slack-smoke-test-status
- notify-slack-smoke-test-status
- store-smoketest-results
check-pinpoint-config:
executor: ruby_browsers
Expand Down Expand Up @@ -400,9 +400,6 @@ workflows:
only:
- main

# Theses are staggered separately from the smoke tests in the identity-monitor repo
# because they share credentials and would mess each other up if run concurrently
# https://github.com/18F/identity-monitor/blob/master/.circleci/config.yml
# DEV
smoketest-dev-workflow:
triggers:
Expand Down