Skip to content

Commit fe8bea8

Browse files
committed
Limit Docker tests to Linux
1 parent 56df049 commit fe8bea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
run: npm run coverage -- --coverageDirectory=coverage/unit
8080
- name: Run Docker E2E tests
81-
if: ${{matrix.os === 'ubuntu-latest'}}
81+
if: ${{matrix.os == 'ubuntu-latest'}}
8282
run: docker exec nut-ci bash -c "bash $PWD/.build/build.sh ${PWD} 14"
8383

8484
deploy:

0 commit comments

Comments
 (0)