Skip to content

Commit

Permalink
removed run step used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bjanice75 committed Mar 11, 2024
1 parent 9ca792b commit b0f4a87
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
path: om

- run: |
pwd
ls -la
path: om

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit b0f4a87

Please sign in to comment.