mirror of
https://github.com/internetee/registry.git
synced 2025-08-22 09:10:56 +02:00
added token check
This commit is contained in:
parent
5bd6babd19
commit
acf74afd3f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ruby.yml
vendored
8
.github/workflows/ruby.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
bundle exec rake db:setup:all
|
bundle exec rake db:setup:all
|
||||||
bundle exec rails test test/*
|
bundle exec rails test test/*
|
||||||
|
|
||||||
- name: Upload coverage to Qlty
|
# - name: Upload coverage to Qlty
|
||||||
env:
|
# env:
|
||||||
QLTY_TOKEN: ${{ secrets.QLTY_TOKEN }}
|
# QLTY_TOKEN: ${{ secrets.QLTY_TOKEN }}
|
||||||
run: npx --yes @qlty/cli coverage --token "$QLTY_TOKEN" coverage/.resultset.json
|
# run: npx --yes @qlty/cli coverage --token "$QLTY_TOKEN" coverage/.resultset.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue