Skip to content

Commit

Permalink
Update ci.yml (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha15 authored Dec 21, 2023
1 parent d0e6cbc commit eb652d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
working-directory: ./foreman
run: |
sudo apt-get update && sudo apt-get -y install build-essential libpq-dev libsystemd-dev
gem install bundler
gem install bundler -v 2.4.22
echo -n -e "gem 'foreman_fog_proxmox', :path => '../foreman_fog_proxmox'\n gem 'fog-proxmox', :path => '../fog-proxmox'\n gem 'simplecov'" > bundler.d/Gemfile.local.rb
cp config/settings.yaml.test config/settings.yaml
echo -n -e "test:\n adapter: postgresql \n port: 5432 \n database: foreman \n username: foreman \n password: foreman \n encoding: utf8 \n pool: 10" > config/database.yml
Expand Down

0 comments on commit eb652d7

Please sign in to comment.