Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Sep 11, 2024
1 parent c5def1e commit e1810ff
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,13 @@ jobs:

test-binary-name:
runs-on: ubuntu-latest
strategy:
matrix:
deno-binary-name: deno_foo
steps:
- uses: actions/checkout@v3

- name: Setup Deno
uses: ./
with:
deno-version-file: ${{ matrix.deno-version-file }}
deno-binary-name: deno_foo

- name: Check version
- name: Check binary exists
run: deno_foo -V

0 comments on commit e1810ff

Please sign in to comment.