Commit b632944

mo khan <mo@mokhan.ca>
2022-01-26 19:37:48
chore: fix actions syntax error
1 parent 596392f
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
         uses: ruby/setup-ruby@v1
         with:
           ruby-version: ${{ matrix.ruby-version }}
+      - run: sh bin/setup
       - name: Running tests…
-        run: sh bin/setup
         run: sh bin/test
   style:
     runs-on: ubuntu-latest