Skip to content

Commit b49f4e3

Browse files
committed
Update action to run system tests
and rename it
1 parent b7802cc commit b49f4e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Tests
22

33
on: [push, pull_request]
44

@@ -62,3 +62,5 @@ jobs:
6262
run: yarn install --frozen-lockfile --non-interactive
6363
- name: Run tests
6464
run: bundle exec rails test
65+
- name: Run system tests
66+
run: bundle exec rails test:system

0 commit comments

Comments
 (0)