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

Commit

Permalink
ci(v2): sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrickring committed Dec 23, 2020
1 parent 465d24c commit 0bf4ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf4ca8

Please sign in to comment.