move to packages

This commit is contained in:
2023-04-26 18:06:09 +02:00
parent 6fb7518b6a
commit 4c25ca005e
40 changed files with 2373 additions and 865 deletions

View File

@@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
node-version-file: '.nvmrc'
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
with:
install: true
- name: Build docker image
@@ -30,7 +30,6 @@ jobs:
- name: Run your tests
run: npm test
- uses: actions/upload-artifact@v2
if: always()
with:
name: test-results
path: test-results