Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmage committed Jan 28, 2024
1 parent c4ef07f commit 28e7af6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: check
run: |
ls
echo "cd .."
cd ..
ls
echo "cd .."
cd ..
ls
- name: Checkout 5sounds-client repo
uses: actions/checkout@v2
- name: check
Expand Down

0 comments on commit 28e7af6

Please sign in to comment.