Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
kipparker committed Feb 20, 2024
1 parent 75c7be3 commit 042b6d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: pwd
run: pwd
- name: ls
run: ls
- name: auth
run: ls authentication
- name: .github
run: ls .github
- name: Run tests
uses: ./.github/templates/test/
with:
Expand Down

0 comments on commit 042b6d6

Please sign in to comment.