Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopacheco committed Apr 3, 2024
1 parent e03e8a9 commit 5d6dd8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,19 @@ jobs:
- uses: actions/checkout@v3
- name: Install postgres client dependencies
run: sudo apt-get install libpq-dev
- name: Copy env file
run: cp ./lib/templates/.env.test.docker.template .env.test
- name: Load .env.test file
uses: xom9ikk/dotenv@v2
with:
path: ./lib/templates/.env.test.docker.template
path: ./
mode: test
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.0"
bundler-cache: true
- name: Create database
run: bundle exec rake auction_core:db:create_database[postgres]
run: bundle exec rake auction_fun_core:db:create_database[postgres]
- name: Run suite
run: bundle exec rspec .

0 comments on commit 5d6dd8d

Please sign in to comment.