Skip to content

Commit 56df049

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

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
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
node-version: 14
6565
- name: Setup Docker
66-
if: ${{matrix.os === 'ubuntu-latest'}}
66+
if: ${{matrix.os == 'ubuntu-latest'}}
6767
run: |
6868
docker pull s1hofmann/nut-ci:latest
6969
docker run -it -d --name nut-ci --shm-size 4gb --user $(id -u):$(id -g) -v ${PWD}:${PWD}:rw s1hofmann/nut-ci:latest bash

0 commit comments

Comments
 (0)