Skip to content

Commit

Permalink
Some more commands
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Sep 25, 2024
1 parent 3c30ead commit ff6d0c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helloworld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ jobs:
runs-on:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "Hello World!"
- run: |-
echo "Hello World!"
ls /opt
ls /opt/spack*

0 comments on commit ff6d0c2

Please sign in to comment.