Skip to content

Running pyhon and hdl test #918

Running pyhon and hdl test

Running pyhon and hdl test #918

Workflow file for this run

name: Code CI
on:
# Only run on changes to branches with open PRs
pull_request:
types: [opened, edited, synchronize]
# Run after PR merged, on implicit push, and on tag pushes
push:
tags:
- '*'
branches: [master, iris_runners]
jobs:
# Make Boot files
# make_boot:
# uses: ./.github/workflows/_make_boot.yml
# Make zpkg for FPGA apps
# make_zpkg:
# uses: ./.github/workflows/_make_zpkg.yml
# make_zpkg_aws:
# uses: ./.github/workflows/_make_zpkg_aws.yml
test:
uses: ./.github/workflows/_test.yml