Skip to content

Commit 13907c6

Browse files
Update test-install.yml
1 parent 3907ed8 commit 13907c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- develop
12+
- pdf_unit_test
1213
paths-ignore:
1314
- 'documentation/**'
1415
- 'design/**'
@@ -32,6 +33,11 @@ jobs:
3233
matrix:
3334
os: [ubuntu-latest, ubuntu-22.04]
3435
steps:
36+
- name: Set environment variable
37+
run: echo "RUNNING_ON_GITHUB_ACTIONS=true" >> $GITHUB_ENV
38+
- name: Use environment variable
39+
run: |
40+
echo "The value of RUNNING_ON_GITHUB_ACTIONS is $RUNNING_ON_GITHUB_ACTIONS"
3541
- uses: actions/checkout@v4
3642
- uses: actions/setup-dotnet@v4
3743
- name: do test install in case of merged pull request

0 commit comments

Comments
 (0)