Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
fix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Dec 3, 2021
1 parent 17cd371 commit eb631f7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bot2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
run: npm i -g yarn
- name: pull docker image
run: docker pull ghcr.io/ledgerhq/speculos
- name: kill apt-get
run: sudo killall apt-get apt || echo OK
- name: Install linux deps
run: sudo apt-get install -y libusb-1.0-0-dev jq
- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/bot3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
run: npm i -g yarn
- name: pull docker image
run: docker pull ghcr.io/ledgerhq/speculos
- name: kill apt-get
run: sudo killall apt-get apt || echo OK
- name: Install linux deps
run: sudo apt-get install -y libusb-1.0-0-dev jq
- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/bot4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
run: npm i -g yarn
- name: pull docker image
run: docker pull ghcr.io/ledgerhq/speculos
- name: kill apt-get
run: sudo killall apt-get apt || echo OK
- name: Install linux deps
run: sudo apt-get install -y libusb-1.0-0-dev jq
- name: Install dependencies
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
yarn global add yalc codecov
yarn --frozen-lockfile
yarn --frozen-lockfile --network-timeout 100000
- name: Setup Tests
run: yarn ci-setup-cli
- name: Deps versions
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install dependencies
run: |
yarn global add yalc codecov
yarn --frozen-lockfile
yarn --frozen-lockfile --network-timeout 100000
- name: Setup Tests
run: yarn ci-setup-cli
- name: Deps versions
Expand Down Expand Up @@ -143,12 +143,14 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "2.7.x"
- name: kill apt-get
run: sudo killall apt-get apt || echo OK
- name: Install linux deps
run: sudo apt-get install -y libusb-1.0-0-dev jq
- name: Install dependencies
run: |
yarn global add yalc
yarn --frozen-lockfile
yarn --frozen-lockfile --network-timeout 100000
yarn ci-setup-cli
- name: Run CLI tests
run: yarn ci-test-cli
Expand All @@ -171,7 +173,7 @@ jobs:
- name: Install dependencies
run: |
yarn global add yalc
yarn --frozen-lockfile
yarn --frozen-lockfile --network-timeout 100000
yarn ci-setup-cli
- name: Run CLI tests
run: yarn ci-test-cli
Expand Down

0 comments on commit eb631f7

Please sign in to comment.