Skip to content

Commit

Permalink
Could not find protoc installation and this build crate cannot procee… (
Browse files Browse the repository at this point in the history
#21)

* Could not find protoc installation and this build crate cannot proceed without... #1368
* Setting CLEAN_UP_TEST_ENVIRONMENT to TRUE to make sure the tests env is destroyed/recreated in between the tests.
  • Loading branch information
karolh2000 committed Dec 2, 2022
1 parent 17fc5a7 commit 435daa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-bats-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
sccache --start-server
sccache --show-stats
- name: Install dependencies
run: sudo apt-get install protobuf-compiler -y -q

- name: Execute Test Cases
run: |
REPO_DIR="./" CLEAN_UP_TEST_ENVIRONMENT=false ./bats/lib/bats/bin/bats ./bats/tests
REPO_DIR="./" CLEAN_UP_TEST_ENVIRONMENT=true ./bats/lib/bats/bin/bats ./bats/tests

0 comments on commit 435daa4

Please sign in to comment.