Skip to content

⬆️ Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #13

⬆️ Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

⬆️ Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #13

Workflow file for this run

name: "Build and Test"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
with:
ruby-version: '2.6.1'
- name: Install dependencies
run: bundle install
- name: Run Specs
run: bundle exec rake spec