Skip to content

Commit

Permalink
defining workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
amish0 committed Aug 27, 2024
1 parent a556d3a commit 297d87b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
run: echo "Running tests"
- name: Run Test2
run: echo "Running Test2"
test2:
runs-on: ubuntu-latest
steps:
- name: Run tests
run: echo "Running tests"
- name: Run Test2
run: echo "Running Test2"
test2:
runs-on: ubuntu-latest
steps:
- name: Run tests
run: echo "Running tests"
- name: Run Test2
run: echo "Running Test2"

0 comments on commit 297d87b

Please sign in to comment.