Skip to content

Commit

Permalink
echo /Users/harsha
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Oct 7, 2023
1 parent 30361a4 commit 7e2a648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aws_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
steps:
- name: Install singularity
run: echo "hello world"
run: |
echo "hello world"
echo $HOME
stop-runner:
name: Stop self-hosted EC2 runner
Expand Down

0 comments on commit 7e2a648

Please sign in to comment.