Skip to content

Commit

Permalink
Remove LFS, just use script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Nov 22, 2023
1 parent c1eac34 commit 1ec8bc7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,17 @@ concurrency:
cancel-in-progress: true

jobs:
docker:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Git LFS pull
run: git lfs pull

- name: Install protobuf
run: sudo apt-get install protobuf-compiler

- name: Generate certs
run: ./playground/generate_certs.sh

- name: Run Docker Compose
run: docker-compose up --abort-on-container-exit
- name: Run system
run: ./playground/run.sh --create-certs
formatting:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down
Binary file removed fixtures/sha256/circom.r1cs
Binary file not shown.
Binary file removed fixtures/sha256/circom.wasm
Binary file not shown.
4 changes: 0 additions & 4 deletions fixtures/sha256/input.json

This file was deleted.

3 changes: 0 additions & 3 deletions fixtures/sha256/public_inputs.json

This file was deleted.

0 comments on commit 1ec8bc7

Please sign in to comment.