diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b0d9715e..94de8de9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,15 +9,15 @@ jobs: - name: Test Go Modules Vendor uses: ./ with: - projectPath: ./tests/projects/go_modules_vendored + projectPath: tests/projects/go_modules_vendored - name: Test Go Modules uses: ./ with: - projectPath: ./tests/projects/go_modules + projectPath: tests/projects/go_modules - name: Test Go Standard uses: ./ with: - projectPath: ./tests/projects/go_standard + projectPath: tests/projects/go_standard action-checks: name: Run action checks runs-on: ubuntu-latest