Skip to content

Commit

Permalink
ci: Run ls and git status
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland committed Nov 21, 2023
1 parent 264b8cf commit 4949816
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_ok_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ jobs:
source .github/scripts/setup_mocks.sh
setupMocks
go run main.go "${{ inputs.subcommand }}"
- name: Run ls and git status
run: |
ls -la
git status

0 comments on commit 4949816

Please sign in to comment.