Skip to content

Commit 6c6a8e9

Browse files
committed
workflow
1 parent 5dbdd72 commit 6c6a8e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
# Containers must run in Linux based operating systems
99
runs-on: ubuntu-latest
1010
# Docker Hub image that `container-job` executes in
11-
container: node:latest
11+
# container: node:latest
12+
container: pyramation/node-gyp
1213

1314
# Service containers to run with `container-job`
1415
services:

0 commit comments

Comments
 (0)