Skip to content

Commit

Permalink
fix: add build to CI and bump dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Oct 22, 2021
1 parent 9451700 commit bb18ff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
- name: Environment Information
run: npx envinfo
- run: yarn
- name: Run build
run: yarn build
- name: Run Test
run: yarn test
2 changes: 2 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM gitpod/workspace-full:latest
#
# More information: https://www.gitpod.io/docs/config-docker/

ENV TRIGGER_REBUILD=1

ENV PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:$PATH"

# RUN brew install sqlite3 curl
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

image:
file: .gitpod.Dockerfile

tasks:
- init: brew install sqlite3 curl && exit
- init: npm i -g npm-check-updates && exit
- init: yarn && yarn test
- init: fish

vscode:
extensions:
Expand Down

0 comments on commit bb18ff5

Please sign in to comment.