Skip to content

Commit

Permalink
chore(ci): fix udd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll committed Feb 9, 2022
1 parent 3450e4e commit 56c255e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/udd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Update dependencies
run: >
deno run -A https://deno.land/x/udd/main.ts
$(find . -name "*.ts") --test="deno test -Ar"
$(find . -name "*.ts") --test="vr test"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 56c255e

Please sign in to comment.