Skip to content

Commit

Permalink
Rename packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MikailBag committed Mar 24, 2020
1 parent 09b49f7 commit b7a7a27
Show file tree
Hide file tree
Showing 130 changed files with 4,929 additions and 2,743 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
run: |
bash scripts/ci-env.sh
cargo install mdbook --no-default-features
sudo npm install -g @2fd/graphdoc
- name: cargo jjs-build
run: cargo jjs-build
env:
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ jobs:
key: ${{ runner.os }}-udeps-${{ steps.rustc_version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
- name: cargo-udeps
run: cargo jjs-check --no-default --udeps || true #FIXME
codegen:
name: codegen
runs-on: "ubuntu-18.04"
steps:
- uses: actions/checkout@v1
- run: bash scripts/ci-env.sh
- run: cargo jjs codegen
- run: |
git add rust-toolchain
git diff --exit-code
e2e:
name: e2e
runs-on: "ubuntu-18.04"
Expand Down Expand Up @@ -135,7 +146,7 @@ jobs:
if: always()
run: |
mkdir logs
sudo journalctl -u jjs-frontend.service -p debug > logs/frontend.txt
sudo journalctl -u jjs-apiserver.service -p debug > logs/apiserver.txt
sudo journalctl -u jjs-backend.service -p debug > logs/invoker.txt
sudo cat /var/log/postgresql/postgresql-10-main.log > logs/postgres.txt
cat logs/*
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ cmake-build-*
/vm-sysroot/sysroot
/vm-sysroot/sysroot/*
/vm-sysroot/image/hdd.img
/vm-sysroot/typescript
src/frontend-api/src/schema-gen.json
/vm-sysroot/typescript
Loading

0 comments on commit b7a7a27

Please sign in to comment.