Skip to content

Commit

Permalink
give better name for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed May 25, 2021
1 parent 555fef0 commit 18d3e0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:

jobs:
test:
name: Test

runs-on: ubuntu-latest

timeout-minutes: 15
Expand All @@ -36,9 +38,9 @@ jobs:
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-bundle-${{ matrix.ruby-version }}-v1-${{ hashFiles('rails-data-migrations.gemspec', 'Appraisals') }}
key: ${{ runner.os }}-bundle-${{ matrix.ruby-version }}-v2-${{ hashFiles('rails-data-migrations.gemspec', 'Appraisals') }}
restore-keys: |
${{ runner.os }}-bundle-${{ matrix.ruby-version }}-v1-
${{ runner.os }}-bundle-${{ matrix.ruby-version }}-v2-
- name: Install dependencies
run: |
Expand Down

0 comments on commit 18d3e0f

Please sign in to comment.