Skip to content

prefix state and transtions ID to avoid duplicate ID between own and #592

prefix state and transtions ID to avoid duplicate ID between own and

prefix state and transtions ID to avoid duplicate ID between own and #592

Workflow file for this run

name: pydici test
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Launch pydici (mariadb, memcached, redis, django and celery)
run: docker compose up -d
- name: setup fs right
run: sudo chown -R $USER:$USER data && sudo chmod 777 -R data
- name: Run tests
run: docker exec -e RUNNING_IN_GH=1 pydici-django-1 /code/run-test.sh