Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Aug 29, 2022
1 parent 7619cd9 commit 0f22150
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
pip install -U setuptools wheel pip
pip install cruft pre-commit
pre-commit run --all-files
echo "--checkout ${{ github.ref_name }}"
echo "--directory ${{ github.event.repository.name }}canary"
echo "https://github.com/${{ github.repository }}"
ls -al
echo "cruft create"
echo " --no-input"
echo " --checkout ${{ github.ref_name }}"
echo " --directory ${{ github.event.repository.name }}canary"
echo " https://github.com/${{ github.repository }}"
cruft create \
--no-input \
--checkout ${{ github.ref_name }} \
Expand Down

0 comments on commit 0f22150

Please sign in to comment.