Skip to content

Commit 21354c4

Browse files
.
1 parent f075b55 commit 21354c4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ on:
1616

1717
jobs:
1818
unit_tests:
19-
name: Puppeteer test on ${{ matrix.os }}
19+
name: Unit-Tests on ${{ matrix.os }}
2020
runs-on: ${{ matrix.os }}
21-
env:
22-
RUNNING_ON_GITHUB_ACTIONS: 'true'
2321
strategy:
2422
matrix:
2523
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
@@ -30,11 +28,9 @@ jobs:
3028
- name: exec dotnet test
3129
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test
3230

33-
test_ubuntu_latest:
31+
test_install:
3432
name: test build on ${{ matrix.os }}
3533
runs-on: ${{ matrix.os }}
36-
env:
37-
RUNNING_ON_GITHUB_ACTIONS: 'true'
3834
strategy:
3935
matrix:
4036
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]

0 commit comments

Comments
 (0)