Skip to content

Commit ff55021

Browse files
committed
test
1 parent c259dd4 commit ff55021

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
/*
5959
!.github
6060
61+
- name: Cat scripts
62+
if: ${{ steps.check-build.outputs.enabled == 'true' }}
63+
run: |
64+
cat .github/scripts/tests_build.sh
65+
6166
- name: Checkout Scripts
6267
if: ${{ steps.check-build.outputs.enabled == 'true' }}
6368
uses: actions/checkout@v4

0 commit comments

Comments
 (0)