Skip to content

Commit

Permalink
feature: v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Nov 6, 2024
1 parent ac3d466 commit 3386f83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push_test_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ jobs:
- name: pwd
shell: bash
run: pwd

- name: ls -a
shell: bash
run: ls -a

- name: ls -a B
shell: bash
run: cd ./.github/actions/local_file_setup/ && ls -a

- name: Setup local files
uses: ./.github/actions/local_file_setup/

0 comments on commit 3386f83

Please sign in to comment.