commit 35cf2bd3e2fdda1b0df2e502dccea8982639f404
parent ebee2172b454849451f940fdadab34daadffa1d8
Author: finwo <finwo@pm.me>
Date: Mon, 11 May 2020 09:55:50 +0200
Fix workflow according to github error
Diffstat:
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -6,9 +6,7 @@ on:
- master
jobs:
-
publish:
- needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
@@ -7,13 +7,10 @@ on:
jobs:
build:
-
runs-on: ubuntu-latest
-
strategy:
matrix:
node-version: [10.x, 12.x]
-
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}