Skip to content

Commit

Permalink
.github/workflows/gnostr-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Jan 25, 2024
1 parent 2315a1d commit b6ef90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gnostr-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- run: touch ~/GITHUB_TOKEN.txt
- run: git config --global --add safe.directory /__w/gnostr/gnostr || true
- run: touch ~/.bashrc && make nvm
- run: . ~/.nvm/nvm.sh && make run & wait 100 & pkill pnpm
- run: nvm use && make run & wait 100 & pkill pnpm

0 comments on commit b6ef90e

Please sign in to comment.