Skip to content

Commit

Permalink
Clean up duplicated GHA workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Jun 13, 2024
1 parent fc940fc commit faa522c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pull-request.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
strategy:
fail-fast: false
matrix:
Expand All @@ -20,5 +21,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
- name: Run tests and linter
run: bundle exec rake

0 comments on commit faa522c

Please sign in to comment.