Skip to content

Bump cachix/install-nix-action from 22 to 23 #27

Bump cachix/install-nix-action from 22 to 23

Bump cachix/install-nix-action from 22 to 23 #27

Workflow file for this run

name: Nix Powered Tests
on:
pull_request: {}
push:
branches:
- main
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
- run: |
nix develop -c bash<<SH
bundle install
bundle exec rspec
SH