Skip to content

Commit

Permalink
no need
Browse files Browse the repository at this point in the history
y3rsh committed Jan 30, 2025
1 parent c2dc65d commit a2c231e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pd-test-build-deploy.yaml
Original file line number Diff line number Diff line change
@@ -59,18 +59,10 @@ jobs:
needs: setup
runs-on: 'ubuntu-22.04'
steps:
- name: Cache Docker Buildx Layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: buildx-${{ github.ref_name }}
restore-keys: |
buildx-${{ github.ref_name }}
buildx-edge
- name: 'Run tests and generate coverage'
run: |
docker run --rm --tty \
--env ${{ env.CI }} \
--env CI=${{ env.CI }} \
-v $PWD/coverage:/coverage \
ghcr.io/opentrons/opentrons-ci:${{ github.ref_name }} \
make -C protocol-designer test-cov

0 comments on commit a2c231e

Please sign in to comment.