Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegorov committed Jan 21, 2024
1 parent 1821db7 commit dee5b01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

env:
# Setting an environment variable with the value of a configuration variable
COVERALLS_REPO_TOKEN: ${{ vars.COVERALLS_REPO_TOKEN }}

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -26,4 +30,4 @@ jobs:
sudo apt-get install wget -y
bundle install --jobs 4 --retry 3
- name: Run tests
run: COVERALLS_REPO_TOKEN=${{vars.COVERALLS_REPO_TOKEN}} bundle exec rspec
run: bundle exec rspec

0 comments on commit dee5b01

Please sign in to comment.