Skip to content

Commit d071924

Browse files
Update ci.yml
1 parent 3d9b6d9 commit d071924

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
- name: lint
2525
working-directory: src
2626
run: dotnet format ActionsImporter.sln --verify-no-changes
27-
- name: Print environment
28-
run: |
29-
echo "Runner OS: $RUNNER_OS"
30-
echo "Runner Name: $RUNNER_NAME"
31-
echo "GitHub Server URL: $GITHUB_SERVER_URL"
32-
echo "Workflow: $GITHUB_WORKFLOW"
3327

3428
unit-test:
3529
runs-on: ubuntu-latest
@@ -65,6 +59,12 @@ jobs:
6559
run: dotnet restore src/ActionsImporter.sln
6660
- name: dotnet build
6761
run: dotnet build src/ActionsImporter.sln
62+
- name: Print environment
63+
run: |
64+
echo "Runner OS: $RUNNER_OS"
65+
echo "Runner Name: $RUNNER_NAME"
66+
echo "GitHub Server URL: $GITHUB_SERVER_URL"
67+
echo "Workflow: $GITHUB_WORKFLOW"
6868
- name: Validate licenses
6969
run: |
7070
dotnet tool install --global ThirdLicense --version 1.2.0

0 commit comments

Comments
 (0)