Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit 0bf4ca8

Browse files
committed
ci(v2): sync workflow
1 parent 465d24c commit 0bf4ca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
- name: Test Go Modules Vendor
1010
uses: ./
1111
with:
12-
projectPath: ./tests/projects/go_modules_vendored
12+
projectPath: tests/projects/go_modules_vendored
1313
- name: Test Go Modules
1414
uses: ./
1515
with:
16-
projectPath: ./tests/projects/go_modules
16+
projectPath: tests/projects/go_modules
1717
- name: Test Go Standard
1818
uses: ./
1919
with:
20-
projectPath: ./tests/projects/go_standard
20+
projectPath: tests/projects/go_standard
2121
action-checks:
2222
name: Run action checks
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)