Skip to content

Commit

Permalink
upd sample go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Jun 1, 2023
1 parent eed1aff commit 89bf264
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
- name: Run sample GO code
shell: bash
run: |
ls -la
cd go
ls -la
go run ./
echo "/dev/shm:"
ls -la /dev/shm
env TMPDIR=/dev/shm go run ./

0 comments on commit 89bf264

Please sign in to comment.