Skip to content

Commit

Permalink
Merge pull request #373 from tj-actions/chore/update-test.yml
Browse files Browse the repository at this point in the history
chore: update test.yml
  • Loading branch information
repo-ranger[bot] committed Dec 3, 2022
2 parents 8bad465 + 2ff714d commit 37063b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -120,11 +120,14 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Test action
uses: ./

- name: Run build
run: make build

- name: Test action
- name: Test action with bin_path
uses: ./
with:
bin_path: ./bin/auto_doc
Expand Down

0 comments on commit 37063b0

Please sign in to comment.