Skip to content

fix bug

fix bug #6

Workflow file for this run

name: Main workflow
on: [push]
jobs:
tests:
name: run tests
uses : ./.github/workflows/ci-test.yml
deploy:
name : run test
needs: tests
uses : ./.github/workflows/cd-render.yml