This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 3
3
# separate terms of service, privacy policy, and support
4
4
# documentation.
5
5
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
-
9
6
name : Aleph.js in Deno
10
7
11
8
on :
16
13
17
14
jobs :
18
15
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
20
17
21
18
strategy :
22
19
matrix :
23
- deno : ["v1.x", "nightly"]
24
20
os : [macOS-latest, windows-latest, ubuntu-latest]
25
21
26
22
steps :
27
23
- name : Setup repo
28
24
uses : actions/checkout@v2
29
25
30
26
- name : Setup Deno
31
- uses : denolib/setup-deno@c7d7968ad4a59c159a777f79adddad6872ee8d96
27
+ uses : denolib/setup-deno@v2
32
28
with :
33
- deno-version : ${{ matrix.deno }} # tests across multiple Deno versions
29
+ deno-version : v1.x
34
30
35
- - name : Cache Dependencies
31
+ - name : Cache std modules
36
32
run : deno cache std.ts
37
33
38
- - name : Run Tests
34
+ - name : Run tests
39
35
run : deno test -A --unstable
You can’t perform that action at this time.
0 commit comments