Skip to content

Commit

Permalink
chore: step to test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelramos committed Jul 21, 2024
1 parent 84eb81b commit 9a19dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/log_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Print env variables
shell: bash
run: printenv
- name: Test Commands
shell: bash
run: git --no-pager diff --name-only main..
# or one-off:
# - run: npm install execa
- uses: actions/github-script@v7
Expand Down

0 comments on commit 9a19dd7

Please sign in to comment.