Skip to content

Commit

Permalink
fixed improperly formatted gh actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeCodes19 committed Apr 30, 2024
1 parent 3354d9b commit ab62025
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set RAILS_MASTER_KEY from file
id: set-rails-master-key
run: echo "RAILS_MASTER_KEY=$(cat ./.config/credentials/test.key)" >> $GITHUB_ENV

- id: setup
uses: ./.github/actions/setup-project
with:
rails_env: test

- name: Set RAILS_MASTER_KEY from file
id: set-rails-master-key
run: echo "RAILS_MASTER_KEY=$(cat ./.config/credentials/test.key)" >> $GITHUB_ENV

- name: Run rspec
with:
rails_env: test
env:
RAILS_ENV: test
DATABASE_URL: ${{ steps.setup.outputs.database_url }}
run: bundle exec rspec

0 comments on commit ab62025

Please sign in to comment.