Skip to content

Commit

Permalink
🔀 Merge pull request #212 from nekomeowww/master
Browse files Browse the repository at this point in the history
💚 Update CI script
  • Loading branch information
nekomeowww authored Nov 6, 2020
2 parents 3cd1152 + e093524 commit 031e7f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node.prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Production CI Build Test
name: Pre-Release CI Build Test

on:
pull_request:
branches: [ production ]
branches: [ pre-release ]

jobs:
build:
Expand All @@ -22,4 +22,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install
- run: npm run build

0 comments on commit 031e7f1

Please sign in to comment.