Skip to content

Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend #861

Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend

Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend #861

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo docker-compose --env-file .env-github-actions run server bash -c "python manage.py test"
- run: sudo docker-compose --env-file .env-github-actions run client yarn test --watchAll=false