changes for jenkins #531
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: units | |
on: [push, pull_request] | |
jobs: | |
units: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Running units | |
run: | | |
docker build -t doc-builder-units . | |
docker run -t doc-builder-units project_spec |