We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7802cc commit b49f4e3Copy full SHA for b49f4e3
1 file changed
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Tests
2
3
on: [push, pull_request]
4
@@ -62,3 +62,5 @@ jobs:
62
run: yarn install --frozen-lockfile --non-interactive
63
- name: Run tests
64
run: bundle exec rails test
65
+ - name: Run system tests
66
+ run: bundle exec rails test:system
0 commit comments