This repository was archived by the owner on Jul 4, 2023. It is now read-only.
Commit e900cb8 1 parent 7c3c90b commit e900cb8 Copy full SHA for e900cb8
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- uses : actions/checkout@v2
16
16
- name : Build deps
17
17
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 }}
22
22
- name : Release
23
23
if : ${{ github.event_name != 'pull_request' }}
24
24
run : docker-compose run $CI_ENV release
Original file line number Diff line number Diff line change 2
2
3
3
# NCDC
4
4
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 )
6
6
[ ![ npm version] ( https://badge.fury.io/js/ncdc.svg )] ( https://badge.fury.io/js/ncdc )
7
7
[ ![ codecov] ( https://codecov.io/gh/tamj0rd2/ncdc/branch/master/graph/badge.svg )] ( https://codecov.io/gh/tamj0rd2/ncdc )
8
8
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
You can’t perform that action at this time.
0 commit comments