Skip to content

Commit

Permalink
another update on multiple work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Issanovich committed Oct 30, 2024
1 parent 242380e commit 2335413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multiple-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:


test:
needs: build
runs-on: ubuntu-latest
steps:
- name: Sleep for 10 seconds
Expand All @@ -30,6 +31,7 @@ jobs:
run: grep -i "dragon" dragon.txt

deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: Read File
Expand Down

0 comments on commit 2335413

Please sign in to comment.