Skip to content

Commit

Permalink
fix ssh commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kk-min committed Apr 26, 2024
1 parent 73999ed commit abf4be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provision-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
curl -o actions-runner-linux-x64-2.315.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.315.0.tar.gz &&
tar xzf ./actions-runner-linux-x64-2.315.0.tar.gz &&
./config.sh --url https://github.com/vhive-serverless/STeLLAR --token ${{ steps.get-registration-token.outputs.token }} --name stellar-continuous-gcr --labels gcr &&
tmux new-session -d -s github-actions-runner 'bash ./run.sh'
tmux new-session -d -s github-actions-runner-gcr "bash ./run.sh"
'

0 comments on commit abf4be6

Please sign in to comment.