Skip to content

Commit

Permalink
Refine the ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
granty1 committed Apr 10, 2020
1 parent 9da562c commit 4b7c78e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/backend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
- action-ci
paths:
- './server/**'
paths-ignore:
- './db/**'
pull_request:
branches:
- master
paths:
- './server/**'
paths-ignore:
- './db/**'

jobs:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install
npm run build
npm install
npm run build
working-directory: ./web
env:
CI: true
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
dep ensure
fi
working-directory: ./server

- name: Test and Build
run: |
go build -v -race
Expand Down

0 comments on commit 4b7c78e

Please sign in to comment.