system tests
Some checks failed
/ Text (push) Failing after 3m18s
/ Checkout (push) Successful in 6m20s

This commit is contained in:
david 2024-07-23 19:58:21 +02:00
parent f42519005c
commit 3a559cde6b

View file

@ -4,6 +4,9 @@ jobs:
runs-on: docker
name: Text
container: code.hohl.cloud/jwa11y/a11yist:ci
services:
chrome:
image: selenium/standalone-chrome
steps:
- name: Cache repository
uses: actions/cache@v4
@ -22,3 +25,4 @@ jobs:
- run: mv /app/node_modules .
- run: pwd && ls -la && ls -la /app
- run: bundle exec rails test
- run: bundle exec rails test:system