Skip to content

Commit

Permalink
debug ./go.sh file not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalkmus committed Dec 8, 2023
1 parent 16e65a7 commit 5fde49a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
test:
name: Run test suite
runs-on: ubuntu-latest


steps:
- name: Debug
run: |
ls -la
./go.sh build
steps:
- name: Build the Docker image
run: ./go.sh build

Expand Down

0 comments on commit 5fde49a

Please sign in to comment.