Skip to content

Commit

Permalink
chore: update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 3, 2022
1 parent 8bad465 commit 2ff714d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 2ff714d

Please sign in to comment.