Skip to content

Commit

Permalink
Updated the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 23, 2021
1 parent c8d90e0 commit 4a1f8b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,14 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Run auto-doc using the current working directory
- name: Run auto-doc using the test directory
run:
make test

- name: Run auto-doc using the top level directory
run:
make run

- name: Run auto-doc using the test directory
run:
make run ACTION="test/action.yml" OUTPUT="test/README.md"

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.8
id: verify-changed-files
Expand Down

0 comments on commit 4a1f8b7

Please sign in to comment.