Skip to content

Commit

Permalink
chore(ci): update deno version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Jun 4, 2020
1 parent 45f28e7 commit bb2eb25
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 33 deletions.
43 changes: 23 additions & 20 deletions .github/workflows/ci.yml
Expand Up @@ -5,36 +5,39 @@ on: [push, pull_request]
jobs:

build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
name: Test on ${{ matrix.os }} with deno-${{ matrix.deno_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
deno_version: [ 'v1.0.2' ]
deno_version: [ 'v1.0.0', 'v1.0.5' ]

steps:
- name: Configure git
run: git config --global core.symlinks true
- name: Configure git
run: git config --global core.symlinks true

- name: Clone repository
uses: actions/checkout@master
- name: Clone repository
uses: actions/checkout@master

- name: Setup Deno
uses: denolib/setup-deno@master
with:
deno-version: ${{ matrix.deno_version }}
- name: Setup Deno
uses: denolib/setup-deno@master
with:
deno-version: ${{ matrix.deno_version }}

- name: Run command test's
run: deno test packages/command/test/command --unstable --allow-env && deno test packages/command/test/option && deno test packages/command/test/type
- name: Deno Version
run: deno -V

- name: Run flags test's
run: deno test packages/flags
- name: Run command test's
run: deno test packages/command/test/command --unstable --allow-env && deno test packages/command/test/option && deno test packages/command/test/type

- name: Run keycode test's
run: deno test packages/keycode
- name: Run flags test's
run: deno test packages/flags

- name: Run prompt test's
run: deno test packages/prompt --unstable
- name: Run keycode test's
run: deno test packages/keycode

- name: Run table test's
run: deno test packages/table
- name: Run prompt test's
run: deno test packages/prompt --unstable

- name: Run table test's
run: deno test packages/table
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.0.0-blue?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
4 changes: 2 additions & 2 deletions packages/ansi-escape/README.md
Expand Up @@ -5,10 +5,10 @@
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github&color=blue" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.0.0-blue?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
4 changes: 2 additions & 2 deletions packages/command/README.md
Expand Up @@ -5,10 +5,10 @@
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github&color=blue" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.0.0-blue?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
4 changes: 2 additions & 2 deletions packages/flags/README.md
Expand Up @@ -5,10 +5,10 @@
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github&color=blue" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.0.0-blue?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
4 changes: 2 additions & 2 deletions packages/keycode/README.md
Expand Up @@ -5,10 +5,10 @@
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github&color=blue" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.0.0-blue?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
4 changes: 2 additions & 2 deletions packages/prompt/README.md
Expand Up @@ -5,10 +5,10 @@
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github&color=blue" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.0.0-blue?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down
4 changes: 2 additions & 2 deletions packages/table/README.md
Expand Up @@ -5,10 +5,10 @@
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github" />
<img alt="Release date" src="https://img.shields.io/github/release-date/c4spar/deno-cliffy?logo=github&color=blue" />
</a>
<a href="https://deno.land/">
<img alt="Deno version" src="https://img.shields.io/badge/deno-v1.0.2-green?logo=deno" />
<img alt="Deno version" src="https://img.shields.io/badge/deno-^1.0.0-blue?logo=deno" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3Aci">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/ci/badge.svg?branch=master" />
Expand Down

0 comments on commit bb2eb25

Please sign in to comment.