Skip to content

Commit

Permalink
Update helloworld.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magnologan authored Dec 19, 2023
1 parent 8136409 commit 7882233
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/helloworld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ name: GHSCD 2023
on: [push]

jobs:
exemplo:
job1:
runs-on: ubuntu-latest
name: GHSCD 2023
steps:
- run: id
- run: uname -a
- run: env
- run: echo "Hello BB!"
job2:
runs-on: ubuntu-latest
name: GHSCD
steps:
- run: id
- run: uname -a
- run: env
- run: echo "Hello BB!"

0 comments on commit 7882233

Please sign in to comment.