Skip to content

Commit

Permalink
! E fixed typos in yaml. Added install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
stagg54 committed Feb 21, 2024
1 parent af11076 commit da703f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
run: -./run_unittests.sh
- name: Build Package
shell: bash
urn: -./bulid.sh $GITHUB_RUN_NUMBER
run: -./build.sh $GITHUB_RUN_NUMBER
- name: Install
run: -g-cli vip -- -local-vip-file "$(ls build/*.vip)" -v "20.0 (64-bit)"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
Expand Down
16 changes: 8 additions & 8 deletions Approval Tests.vipb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-02-03 17:12:45" Modified_Date="2024-02-21 15:33:08" Creator="Samuel Taggart" Comments="" ID="cbf714d691bca552960480ef0f205c47">
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-02-03 17:12:45" Modified_Date="2024-02-21 15:39:07" Creator="Samuel Taggart" Comments="" ID="91dc78f8e418c106c5d7f4e4ac787582">
<Library_General_Settings>
<Package_File_Name>SAS_lib_Approval_Tests</Package_File_Name>
<Library_Version>2.0.0.13</Library_Version>
Expand Down Expand Up @@ -318,7 +318,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Options</Path>
<VI_Title/>
</Items_Data>
<GUID>4423978BCE7154B03CDE813021CF41E4</GUID>
<GUID>6D4C88476F2703657872A257D9802FA8</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -423,7 +423,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Extensions\VITester.Extension\New Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>0AB328D88BA34750EADF62025ED57D5E</GUID>
<GUID>6AEA6A4B12B3EA91B5FF0B07DF4FD7DD</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -528,7 +528,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Extensions\LUnit.Extension\New Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>EE8848830D7EE200C5B64913D9ABD122</GUID>
<GUID>37AE34806EB8FE8A59CE2FBBC597DCD1</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -633,7 +633,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Extensions\Caraya.Extension\New Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>93884CC3035B199D4BECD8D3098347FB</GUID>
<GUID>353D44A9EC058C334E545DCB22FF76BE</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -696,7 +696,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Approval Tests\Add Regex Scrubber Unique.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>5ACF2E953B157A39933198414AC54BA7</GUID>
<GUID>662FF999C7D632A018C403726F011823</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -801,7 +801,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Path>Source\Approval Tests\Verify File.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>27D35104D61B74BFC9CB88A6462005E7</GUID>
<GUID>22737F059CC74E52601FB0E3819D7CEF</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
<Library_Palette_Definition>
Expand All @@ -824,7 +824,7 @@ Find a starterproject with some examples here: https://github.com/approvals/Appr
<Synchronyze_with_Directory>false</Synchronyze_with_Directory>
<Synchronize_Directory_Path>.</Synchronize_Directory_Path>
</Synchronization_Info>
<GUID>D279E630CB3B99AA952252C21416C1F2</GUID>
<GUID>943269DA22591386969EA06AB8A9F437</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>

0 comments on commit da703f3

Please sign in to comment.