undo the "fit" that made us only run a single test (#1076) #3017
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: quepid-unit-tests | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build the stack | |
run: bin/setup_docker | |
- name: Test | |
run: bin/docker r rails test |