Async functions #168

Closed
Sirherobrine23 wants to merge 14 commits from AsyncFunctions into main
9 changed files with 116 additions and 118 deletions
Showing only changes of commit 5d86a26c8e - Show all commits

View File

@ -1,5 +1,5 @@
name: Test - The Bds Maneger Core
on: [push, pull_request]
on: [pull_request]
jobs:
Test:
@ -16,3 +16,22 @@ jobs:
cache: 'npm'
- run: npm install -d --no-save
- run: npm test
Test_Docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: checkout
uses: actions/checkout@master
- name: Build Docker Image
uses: docker/build-push-action@v2
with:
target: bdscore
tags: coretest:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7