Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'staging' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB authored Sep 27, 2023
2 parents 7ff4f01 + 117d8e6 commit fe2d792
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Continuous Integration

on:
push:
branches: [master, bonnie-prior]
branches: [master, staging]
pull_request:
branches: [master, bonnie-prior]
branches: [master, staging]

jobs:
#----main job for teaspoon tests-------
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set :stage, :production

# Tell RVM to use the current ruby when running capistrano
set :rvm1_ruby_version, '2.4.5'
set :rvm1_ruby_version, '2.7.2'

# Set the branch to the currently checked out branch
set :branch, `git rev-parse --abbrev-ref HEAD`.chomp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe 'EditCodeDisplayView/EditCodeSelectionView', ->
expect(editCodeSelectionView.codeSystems.includes("ICD-10-CM")).toBe true

it "selects default code after deletion", ->
# delete the 2 codes on the first sdc
# delete the 2 codes on the first sdc
$('button[data-call-method="removeCode"]')[0].click()
$('button[data-call-method="removeCode"]')[0].click()

Expand Down

0 comments on commit fe2d792

Please sign in to comment.