Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 4 additions & 20 deletions .github/workflows/pioneer-pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Pioneer-PR
name: Pioneer-v1
on: [pull_request, push]

jobs:
pioneer_build_code:
name: Pioneer Build Code
pioneer_build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -17,21 +17,5 @@ jobs:
- name: build
run: |
yarn install --frozen-lockfile
yarn workspace pioneer run build:code
yarn workspace pioneer run build

pioneer_build_i18n:
name: Pioneer Build i18n
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: build
run: |
yarn install --frozen-lockfile
yarn workspace pioneer run build:i18n