We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3907ed8 commit 13907c6Copy full SHA for 13907c6
.github/workflows/test-install.yml
@@ -9,6 +9,7 @@ on:
9
branches:
10
- main
11
- develop
12
+ - pdf_unit_test
13
paths-ignore:
14
- 'documentation/**'
15
- 'design/**'
@@ -32,6 +33,11 @@ jobs:
32
33
matrix:
34
os: [ubuntu-latest, ubuntu-22.04]
35
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"
41
- uses: actions/checkout@v4
42
- uses: actions/setup-dotnet@v4
43
- name: do test install in case of merged pull request
0 commit comments