Skip to content

Commit

Permalink
chore: updating pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorubin committed Oct 29, 2023
1 parent 15bcd92 commit 325ffac
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ name: TShield Build

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
with:
ruby-version: 2.4
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake spec
env:
COVERALLS_REPO_TOKEN: "${{secrets.COVERALLS_REPO_TOKEN}}"
- name: Run component tests
run: bundle exec rake component_tests
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
with:
ruby-version: 2.6
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake spec
env:
COVERALLS_REPO_TOKEN: "${{secrets.COVERALLS_REPO_TOKEN}}"
- name: Run component tests
run: bundle exec rake component_tests

0 comments on commit 325ffac

Please sign in to comment.