Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit fd6627c

Browse files
author
Je
committed
chore(github): update workflows config
1 parent d21e8ad commit fd6627c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/aleph_in_deno.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# separate terms of service, privacy policy, and support
44
# documentation.
55

6-
# This workflow will install Deno and run tests across stable and nightly builds on Windows, Ubuntu and macOS.
7-
# For more information see: https://github.com/denolib/setup-deno
8-
96
name: Aleph.js in Deno
107

118
on:
@@ -16,24 +13,23 @@ on:
1613

1714
jobs:
1815
test:
19-
runs-on: ${{ matrix.os }} # runs a test on Ubuntu, Windows and macOS
16+
runs-on: ${{ matrix.os }} # runs a test on macOS, Windows and Ubuntu
2017

2118
strategy:
2219
matrix:
23-
deno: ["v1.x", "nightly"]
2420
os: [macOS-latest, windows-latest, ubuntu-latest]
2521

2622
steps:
2723
- name: Setup repo
2824
uses: actions/checkout@v2
2925

3026
- name: Setup Deno
31-
uses: denolib/setup-deno@c7d7968ad4a59c159a777f79adddad6872ee8d96
27+
uses: denolib/setup-deno@v2
3228
with:
33-
deno-version: ${{ matrix.deno }} # tests across multiple Deno versions
29+
deno-version: v1.x
3430

35-
- name: Cache Dependencies
31+
- name: Cache std modules
3632
run: deno cache std.ts
3733

38-
- name: Run Tests
34+
- name: Run tests
3935
run: deno test -A --unstable

0 commit comments

Comments
 (0)