Skip to content

GFSB-1389 validating encrypted_password using given encryptor strateg… #27

GFSB-1389 validating encrypted_password using given encryptor strateg…

GFSB-1389 validating encrypted_password using given encryptor strateg… #27

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.1']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake