Skip to content

Commit 970ae44

Browse files
authored
ci: add sandbox deploy workflow (wip)
1 parent f802f3b commit 970ae44

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -419,21 +419,11 @@ jobs:
419419
env:
420420
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
421421

422-
steps:
423-
- name: Setup Node.js
424-
uses: actions/setup-node@v3
425-
with:
426-
node-version: '16'
427-
422+
steps:
428423
- name: Test
429424
env:
430425
DEBIAN_FRONTEND: noninteractive
431426
run: |
432-
whoami
433-
id
434-
groups
435-
echo "Docker containers:"
436-
sudo chmod 666 /var/run/docker.sock
437427
docker ps -a
438428
echo "PKG_VERSION: $PKG_VERSION"
439429

0 commit comments

Comments
 (0)