Skip to content

Commit

Permalink
Update cache
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <[email protected]>
  • Loading branch information
evaldofelipe committed Sep 25, 2023
1 parent 30267ef commit 5e91dcc
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Archive build artifacts
uses: actions/upload-artifact@v2
with:
name: build-cache-${{ github.run_id }}
path: relayer-v2/
test:
name: Test
runs-on: ubuntu-latest
Expand All @@ -32,18 +37,11 @@ jobs:
ci_index: [0, 1, 2, 3]
ci_total: [4]
steps:
# - name: Checkout repo
# uses: actions/checkout@v3
# - name: Install Additional dependencies
# run: |
# sudo apt-get update -y
# sudo apt-get -y install rsync libudev-dev libusb-1.0-0-dev
# - name: Use Node ${{ env.NODE_VERSION }}
# uses: actions/setup-node@v3
# with:
# node-version: ${{ env.NODE_VERSION }}
# cache: "yarn"
- name: Execute tests
- name: Download build artifacts
uses: actions/download-artifact@v2
with:
name: build-cache-${{ github.run_id }}
- name: Execute tests
run: yarn test --bail
env:
CI_TOTAL: ${{ matrix.ci_total }}
Expand Down

0 comments on commit 5e91dcc

Please sign in to comment.