From 3cc1ebd094fd3b0805b41cea46c0b826939e1956 Mon Sep 17 00:00:00 2001 From: David Allen Arteaga <65095478+da-art85@users.noreply.github.com> Date: Sun, 8 Aug 2021 14:04:46 -0400 Subject: [PATCH] update runner vscode direct to xcode master --- .github/workflows/build.command.push.fix | 13 +++++++++++++ .github/workflows/build.yml | 12 ------------ 2 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 .github/workflows/build.command.push.fix delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.command.push.fix b/.github/workflows/build.command.push.fix new file mode 100644 index 0000000..10dfab2 --- /dev/null +++ b/.github/workflows/build.command.push.fix @@ -0,0 +1,13 @@ +name: Build +on: [--push, pull_request,[ master ], +jobs: + build: [ master ] + name: Build + runs-on: docker-latest + steps: upstream + uses: actions/checkout@v2 + name: Build + uses: docker/build-push-action@v14 + with: + push: 'true' +built-in: '(C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” run dev --scripts-prepend-node-path=auto)' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index ec3f5c0..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Build -on: [push, pull_request] -jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Build - uses: docker/build-push-action@v1 - with: - push: false