Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wvandeun committed Sep 29, 2021
1 parent ee47b9d commit b8185f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
tags: nornir_utils-py${{ matrix.python-version }}:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: whatever
run: docker image ls
- name: whatever2
run: echo ${{ steps.buildx.outputs.name }}
- name: Bring up test environment
run: docker-compose up -d
- name: Run pytest
Expand Down

0 comments on commit b8185f9

Please sign in to comment.