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

Commit 8fad0bb

Browse files
committed
fix(v2): fix projectPath's in tests
1 parent dda701b commit 8fad0bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
- name: Test Go Modules Vendor
1313
uses: ./
1414
with:
15-
projectPath: ./tests/projects/go_modules_vendored
15+
projectPath: tests/projects/go_modules_vendored
1616
- name: Test Go Modules
1717
uses: ./
1818
with:
19-
projectPath: ./tests/projects/go_modules
19+
projectPath: tests/projects/go_modules
2020
- name: Test Go Standard
2121
uses: ./
2222
with:
23-
projectPath: ./tests/projects/go_standard
23+
projectPath: tests/projects/go_standard
2424
test:
2525
name: Run tests and build
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)