From e504db6b8815658aa5e6e385ce5e9aee879f5fda Mon Sep 17 00:00:00 2001 From: Zachary Wood Date: Mon, 1 Jan 2024 18:32:15 -0500 Subject: [PATCH] change working directory for CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d2a646..39fe903 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: with: ruby-version: .ruby-version bundler-cache: true + working-directory: web - name: Scan for security vulnerabilities run: bin/brakeman @@ -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 @@ -72,6 +74,7 @@ jobs: with: ruby-version: .ruby-version bundler-cache: true + working-directory: web - name: Run Tests env: