We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f802f3b commit 970ae44Copy full SHA for 970ae44
1 file changed
.github/workflows/build.yml
@@ -419,21 +419,11 @@ jobs:
419
env:
420
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
421
422
- steps:
423
- - name: Setup Node.js
424
- uses: actions/setup-node@v3
425
- with:
426
- node-version: '16'
427
-
+ steps:
428
- name: Test
429
430
DEBIAN_FRONTEND: noninteractive
431
run: |
432
- whoami
433
- id
434
- groups
435
- echo "Docker containers:"
436
- sudo chmod 666 /var/run/docker.sock
437
docker ps -a
438
echo "PKG_VERSION: $PKG_VERSION"
439
0 commit comments