Skip to content

Commit

Permalink
ci: setup deno
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Feb 27, 2024
1 parent ed62abb commit be1c5eb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:

test:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: [1.x]

steps:
- name: ⬇️ Checkout repo
Expand All @@ -31,7 +28,7 @@ jobs:
- name: 🦕 Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno-version }}
deno-version: 1.x

- name: ⚡ Run Tests
run: |
Expand Down Expand Up @@ -91,6 +88,11 @@ jobs:
with:
fetch-depth: 0

- name: 🦕 Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: 1.x

- name: 🛠 Build Executables
run: deno task compile
env:
Expand Down

0 comments on commit be1c5eb

Please sign in to comment.