[CI] test_post_eqns_to_mets_mathml_latex
should use local mathjax service
#376
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
--- | |
# Automatically adds issues to the Integration Github project | |
# if the issue is tagged with `integration` | |
name: Add integration tasks to Integration project | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
jobs: | |
add-to-project: | |
name: Add integration issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 | |
with: | |
project-url: https://github.com/orgs/DARPA-ASKEM/projects/5 | |
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} | |
labeled: integration | |
label-operator: OR |