From d84f465b95ce6c0bc4ccf01d74cded020dfbda85 Mon Sep 17 00:00:00 2001 From: Richard Cheng Date: Wed, 30 Oct 2024 12:22:23 -0700 Subject: [PATCH] Add Validate Templates (#2387) * Update to use devel fprime-tools and fprime-bootstrap instead of released version. --- .github/workflows/validate_templates.yml | 26 +++++++++++++----------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/validate_templates.yml b/.github/workflows/validate_templates.yml index 61283dbf692..586bc763355 100644 --- a/.github/workflows/validate_templates.yml +++ b/.github/workflows/validate_templates.yml @@ -1,16 +1,16 @@ name: validate_templates-actions run-name: ${{ github.actor }} running Validate Templates CI actions -on: - push: - branches: [ devel, release/** ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ devel, release/** ] - paths-ignore: - - 'docs/**' - - '**.md' - - '.github/actions/spelling/**' - - '.github/ISSUE_TEMPLATE/**' +on: [push] +# push: +# branches: [ devel, release/** ] +# pull_request: +# # The branches below must be a subset of the branches above +# branches: [ devel, release/** ] +# paths-ignore: +# - 'docs/**' +# - '**.md' +# - '.github/actions/spelling/**' +# - '.github/ISSUE_TEMPLATE/**' jobs: @@ -26,7 +26,9 @@ jobs: - name: "Test Bootstrap and build" run: | - pip install fprime-bootstrap +# pip install fprime-bootstrap + pip install git+https://github.com/nasa/fprime-tools@{devel,pr-xxxx} + pip install git+https://github.com/fprime-community/fprime-bootstrap@{devel,pr-xxxx} sudo apt-get install expect mkdir test_dev cd test_dev