Skip to content

Commit

Permalink
Add Deno info step
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Dec 6, 2023
1 parent e098101 commit 0b03b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
run: npm install

- name: Deno Info
run: npx deno-bin info

- name: Prepare workspace
run: |
tar czf /tmp/workspace.tar.gz .
Expand Down

0 comments on commit 0b03b66

Please sign in to comment.