Skip to content

Commit

Permalink
ci: fix folders
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Oct 21, 2022
1 parent da651f6 commit 9a2adea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/poc-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,29 +125,23 @@ jobs:

- name: Load docker image locally
run: docker image load < /tmp/myimage.tar
working-directory: storage

- name: List docker images
run: docker image ls
working-directory: storage

- name: Start containers
run: SPDK_TAG=sha-$(git rev-parse --short ${{ github.sha }}) ./scripts/poc.sh start
working-directory: storage

- name: Run Tests
run: SPDK_TAG=sha-$(git rev-parse --short ${{ github.sha }}) ./scripts/poc.sh tests
working-directory: storage

- name: Logs
if: failure()
run: ./scripts/poc.sh logs
working-directory: storage

- name: Stop containers
if: always()
run: ./scripts/poc.sh stop
working-directory: storage

- name: Upload build artifact
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 9a2adea

Please sign in to comment.