Skip to content

Make static dir configurable #7

Make static dir configurable

Make static dir configurable #7

Workflow file for this run

name: test
on:
push:
branches: [main]
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install Dagger CLI
run: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
- name: Install Dagger SDK
run: pip install dagger-io
- name: Run Dagger pipeline
run: dagger run python CI.py