Skip to content

Add devcontainers.json and fix github actions for building wheels and running CI #37

Add devcontainers.json and fix github actions for building wheels and running CI

Add devcontainers.json and fix github actions for building wheels and running CI #37

Workflow file for this run

name: Run CI unittests

Check failure on line 1 in .github/workflows/ci-unittests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-unittests.yml

Invalid workflow file

(Line: 16, Col: 3): The workflow must contain at least one job with no dependencies.
on:
pull_request:
types: [opened, ready_for_review, synchronize]
workflow_dispatch:
jobs:
# build-standalone-artifacts:
# if: github.event.pull_request.draft == false && success()
# uses: ./.github/workflows/ci-matrix-gen.yml
# with:
# jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$
# logs_retention_days: 0
# artifacts_retention_days: 0
run-tests:
if: github.event.pull_request.draft == false && success()
needs: build-standalone-artifacts
uses: ./.github/workflows/ci-matrix-gen.yml
with:
jobs_to_run: ^python-unittest-standalone-gate-linux-aarch64-jdk-latest$