Skip to content

Commit

Permalink
Tweak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico committed Apr 14, 2020
1 parent 21c1c7f commit 5c9b86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Test TypeScript
if: matrix.kind == 'test'
run: deno --allow-read --allow-write --allow-plugin --allow-run tests/**/*.test.ts
run: deno --allow-read --allow-write --allow-plugin --allow-run tests/deno.test.ts

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5c9b86f

Please sign in to comment.