Skip to content

Commit

Permalink
Add Validate Templates (nasa#2387)
Browse files Browse the repository at this point in the history
 * Update to use devel fprime-tools and fprime-bootstrap instead
   of released version.
  • Loading branch information
rlcheng committed Oct 30, 2024
1 parent f497305 commit 7450ca1
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/validate_templates.yml
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -26,7 +26,8 @@ jobs:

- name: "Test Bootstrap and build"
run: |
pip install fprime-bootstrap
pip install git+https://github.com/nasa/fprime-tools@{devel}
pip install git+https://github.com/fprime-community/fprime-bootstrap@{devel}
sudo apt-get install expect
mkdir test_dev
cd test_dev
Expand Down

0 comments on commit 7450ca1

Please sign in to comment.