Skip to content

github-action: bump ruby/setup-ruby from 1.160.0 to 1.161.0 #127

github-action: bump ruby/setup-ruby from 1.160.0 to 1.161.0

github-action: bump ruby/setup-ruby from 1.160.0 to 1.161.0 #127

Workflow file for this run

---
name: pr-tests
on: pull_request
env:
NODE_VERSION: "14.x"
PYTHON_VERSION: "3.x"
NODE_ENV: development
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 #v4.0.0
with:
node-version: "${{env.NODE_VERSION}}"
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 #v1.161.0
with:
bundler-cache: true
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 #v4.7.1
with:
python-version: "${{env.PYTHON_VERSION}}"
- run: pip install --user -r requirements.txt
- run: sudo apt install git
- name: Build
run: bundle exec middleman build