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

Commit e900cb8

Browse files
committed
ci: re-enable tests in CI
1 parent 7c3c90b commit e900cb8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: Build deps
1717
run: docker-compose build release
18-
# - name: Tests
19-
# run: ./tests.sh
20-
# env:
21-
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18+
- name: Tests
19+
run: ./tests.sh
20+
env:
21+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2222
- name: Release
2323
if: ${{ github.event_name != 'pull_request' }}
2424
run: docker-compose run $CI_ENV release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# NCDC
44

5-
[![Build Status](https://travis-ci.com/tamj0rd2/ncdc.svg?branch=master)](https://travis-ci.com/tamj0rd2/ncdc)
5+
![Build Status](https://github.com/tamj0rd2/ncdc/workflows/CI/badge.svg)
66
[![npm version](https://badge.fury.io/js/ncdc.svg)](https://badge.fury.io/js/ncdc)
77
[![codecov](https://codecov.io/gh/tamj0rd2/ncdc/branch/master/graph/badge.svg)](https://codecov.io/gh/tamj0rd2/ncdc)
88
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

0 commit comments

Comments
 (0)