Skip to content

Commit

Permalink
update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
N8Brooks authored Nov 11, 2021
1 parent bcec79a commit 71006bf
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clone
uses: actions/checkout@v2

- name: Set-up
uses: denoland/setup-deno@v1.0.0

- name: Version
id: get_tag_version
run: echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//}
Expand All @@ -29,16 +35,10 @@ jobs:
run: |
cd npm
npm publish
coverage:
runs-on: ubuntu-latest

steps:
- name: Clone
uses: actions/checkout@v2

- name: Set-up
uses: denoland/setup-deno@v1.0.0
- name: Remove Build
shell: bash
run: rm -rf npm

- name: Test
run: deno test --unstable --coverage=cov
Expand All @@ -58,3 +58,4 @@ jobs:
run: |
rm -rf cov
rm cov.lcov

0 comments on commit 71006bf

Please sign in to comment.