Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sabra authored Apr 14, 2024
1 parent bab3c60 commit 6032249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: test
run: echo "welcome"
run: echo "welcome 2"
shell: bash
goodbye:
runs-on: ubuntu-latest
steps:
- name: goodbye world
run: echo "GoodBye World"
run: echo "Goodbye World"
shell: bash



0 comments on commit 6032249

Please sign in to comment.