Skip to content

Commit

Permalink
Add TODO print statement in deploy and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 13, 2024
1 parent 3c3cd25 commit 49504cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Print TODO
run: echo "TODO"
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Print TODO
run: echo "TODO"

0 comments on commit 49504cf

Please sign in to comment.