Skip to content

Commit

Permalink
fix(ci): Name validation step
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent b28a776 commit 6a193fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -42,7 +42,8 @@ jobs:
# see https://github.com/rust-lang/cargo/issues/9922
#
# Then we install tools, and use `just test` to confirm things work
- run: |
- name: "validate scaffolded project"
run: |
mv ${{ env.NAME }} ${{ runner.temp }}/
cd ${{ runner.temp }}/${{ env.NAME }}
cargo install just
Expand Down

0 comments on commit 6a193fa

Please sign in to comment.