Skip to content

Commit

Permalink
fix rails configuration files path
Browse files Browse the repository at this point in the history
  • Loading branch information
ldonis committed Dec 25, 2024
1 parent 97b71d3 commit ed8eecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lesli-spec-brakeman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
rm ./Gemfile.lock
rm ./Gemfile.lesli
cp ./engines/LesliActions/config/rails/Gemfile.lesli ./Gemfile.lesli
cp ./enginesdev/LesliActions/config/rails/Gemfile.lesli ./Gemfile.lesli
# Use the official receipt to install ruby in ubuntu
- name: Install Ruby and gems
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lesli-spec-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
run: |
rm ./Gemfile.lock
rm ./Gemfile.lesli
cp ./engines/LesliActions/config/rails/Gemfile.lesli ./Gemfile.lesli
cp ./engines/LesliActions/config/rails/database_postgresql.yml ./config/database.yml
cp ./enginesdev/LesliActions/config/rails/Gemfile.lesli ./Gemfile.lesli
cp ./enginesdev/LesliActions/config/rails/database_postgresql.yml ./config/database.yml
# Use the official receipt to install ruby in ubuntu
- name: Install Ruby and gems
Expand Down

0 comments on commit ed8eecf

Please sign in to comment.