Fixed YAML extension. Was .yaml instead of .yml

This commit is contained in:
Jack Walker
2020-04-22 09:37:05 +10:00
parent 539860e333
commit 68a78c0e4d

View File

@@ -11,8 +11,8 @@ branches:
- browserstack
script:
# - bundle exec rake
- CONFIG_NAME=windows/windows_chrome_latest.config.yaml bundle exec rspec --tag run_on_browserstack
- CONFIG_NAME=osx/osx_safari_latest.config.yaml bundle exec rspec --tag run_on_browserstack
- CONFIG_NAME=windows/windows_chrome_latest.config.yml bundle exec rspec --tag run_on_browserstack
- CONFIG_NAME=osx/osx_safari_latest.config.yml bundle exec rspec --tag run_on_browserstack
addons:
apt:
packages: