mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
* Fix data export + Capybara * Continue? * A ton of system tests :D + test cleanup * More system tests * Add placeholder keys for tests? * Get rid of the double-query! * Speed up CI Chrome setup by avoiding snap installs * Pin CI Chrome version to reduce system test flakiness * Stabilize integrations settings system test interaction
7 lines
181 B
Ruby
Executable file
7 lines
181 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require_relative "../config/boot"
|
|
require "active_support/continuous_integration"
|
|
|
|
CI = ActiveSupport::ContinuousIntegration
|
|
require_relative "../config/ci.rb"
|