Skip to content

Commit

Permalink
issues with test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Nov 22, 2023
1 parent ac4cf49 commit 87f6986
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: unit tests
on: [push, pull_request]

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.2
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2.2"
bundler-cache: true
- name: rubocop
run: |
Expand All @@ -22,6 +21,4 @@ jobs:
APP_NAME: snomer
LOGO_URL: https://www.stpaul.gov/
RAILS_ENV: test
run: |
bundle install
bundle exec rake
run: bundle exec rake

0 comments on commit 87f6986

Please sign in to comment.