Skip to content

test

test #1

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: analytics
steps:
- name: Checkout
uses: actions/checkout@v3
- run: docker compose up