Skip to content

Commit a2957bf

Browse files
committed
Fix coverage setting step
1 parent 5b61c5d commit a2957bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
assemblies+=("+LocalPackageSample*")
7979
# shellcheck disable=SC2001,SC2048,SC2086
8080
echo "assembly_filters=+<assets>,$(echo ${assemblies[*]} | sed -e s/\ /,/g),-*.Tests" >> "$GITHUB_ENV"
81-
if: ${{ matrix.octocov }}
8281
8382
- name: Set license secret key
8483
run: echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)