Skip to content

Commit 19a7b7a

Browse files
committed
ci: add nonfs tag
1 parent ed127e6 commit 19a7b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
run: |
1515
$commandPath = Join-Path . ...
1616
$tagValues = & {
17-
$tags = 'nofuse', 'noipfs'
17+
$tags = 'nofuse', 'noipfs', 'nonfs'
1818
$combinations = @()
1919
$allCombinations = [Math]::Pow(2, $tags.Length)
2020
for ($i = 0; $i -lt $allCombinations; $i++) {

0 commit comments

Comments
 (0)