Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 4, 2024
1 parent 9bb9987 commit 836befc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ jobs:
test/**/*.sql
- name: Make changes
run: |
ls -al test
printf '%s\n' "323442" "424" >> test/new.txt
printf '%s\n' "323442" "424" >> test/new1.txt
printf '%s\n' "323442" "424" >> test/new2.txt
printf '%s\n' "323442" "424" >> "test/\$(whoami).txt"
git status
- name: Test test/new*.txt file has changes
uses: ./
id: changed_files_expected
Expand Down

0 comments on commit 836befc

Please sign in to comment.