Skip to content

Commit

Permalink
change working directory for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwood9 committed Jan 1, 2024
1 parent 65d8958 commit e504db6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
ruby-version: .ruby-version
bundler-cache: true
working-directory: web

- name: Scan for security vulnerabilities
run: bin/brakeman
Expand All @@ -38,6 +39,7 @@ jobs:
with:
ruby-version: .ruby-version
bundler-cache: true
working-directory: web

- name: Lint code for consistent style
run: bin/rubocop
Expand Down Expand Up @@ -72,6 +74,7 @@ jobs:
with:
ruby-version: .ruby-version
bundler-cache: true
working-directory: web

- name: Run Tests
env:
Expand Down

0 comments on commit e504db6

Please sign in to comment.