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 f075b55 commit 21354c4Copy full SHA for 21354c4
.github/workflows/test-install.yml
@@ -16,10 +16,8 @@ on:
16
17
jobs:
18
unit_tests:
19
- name: Puppeteer test on ${{ matrix.os }}
+ name: Unit-Tests on ${{ matrix.os }}
20
runs-on: ${{ matrix.os }}
21
- env:
22
- RUNNING_ON_GITHUB_ACTIONS: 'true'
23
strategy:
24
matrix:
25
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
@@ -30,11 +28,9 @@ jobs:
30
28
- name: exec dotnet test
31
29
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test
32
33
- test_ubuntu_latest:
+ test_install:
34
name: test build on ${{ matrix.os }}
35
36
37
38
39
40
0 commit comments