Skip to content

Commit

Permalink
test empty script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent f9c6680 commit ef13ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/empty-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
defaults:
run:
working-directory: ./scripts
shell: bash
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run script
run: bash ./empty_script.sh
run: ./empty_script.sh

0 comments on commit ef13ba4

Please sign in to comment.