system tests
This commit is contained in:
parent
f42519005c
commit
3a559cde6b
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
name: Text
|
name: Text
|
||||||
container: code.hohl.cloud/jwa11y/a11yist:ci
|
container: code.hohl.cloud/jwa11y/a11yist:ci
|
||||||
|
services:
|
||||||
|
chrome:
|
||||||
|
image: selenium/standalone-chrome
|
||||||
steps:
|
steps:
|
||||||
- name: Cache repository
|
- name: Cache repository
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
@ -22,3 +25,4 @@ jobs:
|
||||||
- run: mv /app/node_modules .
|
- run: mv /app/node_modules .
|
||||||
- run: pwd && ls -la && ls -la /app
|
- run: pwd && ls -la && ls -la /app
|
||||||
- run: bundle exec rails test
|
- run: bundle exec rails test
|
||||||
|
- run: bundle exec rails test:system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue