Skip to content

Merge pull request #427 from bugcrowd/Session-Fixation-Local-Attack-V… #332

Merge pull request #427 from bugcrowd/Session-Fixation-Local-Attack-V…

Merge pull request #427 from bugcrowd/Session-Fixation-Local-Attack-V… #332

Workflow file for this run

name: RSpec Tests
on: [push]
jobs:
build:
name: Rspec
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
- name: Run bundle install
working-directory: ${{env.api-dir}}
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Build and test with rspec
working-directory: ${{env.api-dir}}
env:
RAILS_ENV: test
run: bundle exec rspec