Skip to content

Fixed Original Data Providers ordering #42

Fixed Original Data Providers ordering

Fixed Original Data Providers ordering #42

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Create CI env file
run: cp ./.ci.env ./.env
- name: Run unit tests in Docker
run: |
docker compose --profile test run --rm --build test