Skip to content

Commit

Permalink
Use unpublished AGREE CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
kfhoech committed Jun 10, 2024
1 parent 153fa7e commit 51eb6ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Copy AGREE Analysis Action
uses: actions/checkout@v3
with:
repository: loonwerks/AGREE-CI-Action
path: AGREE-CI-Action
- name: AGREE Analysis
uses: loonwerks/agree-tools@v1rc1
uses: ./AGREE-CI-Action
with:
project-name: AGREE-Toy-Example
component-to-analyze: Integer_Toy::top_level.Impl
Expand Down

0 comments on commit 51eb6ef

Please sign in to comment.